org.ejtools.graph
Interface GraphRenderer

All Known Implementing Classes:
AbstractGraphRenderer, JPanelGraphRenderer

public interface GraphRenderer

Description of the Interface

Version:
$Revision: 1.7 $
Author:
Laurent Etiemble

Field Summary
static int ALIGN_LEFT
          Description of the Field
static int ALIGN_RIGHT
          Description of the Field
static int BOUNDED
          Description of the Field
static int JUSTIFIED
          Description of the Field
static int SMOOTH
          Description of the Field
 
Method Summary
 void setGraphElement(GraphElement element)
          Sets the graphElement attribute of the GraphRenderer object
 void setHorizontalScale(double multiplier)
          Sets the horizontalScale attribute of the GraphRenderer object
 void setHorizontalScaling(int type)
          Sets the display attribute of the GraphRenderer object
 void setVerticalScale(double multiplier)
          Sets the verticalScale attribute of the GraphRenderer object
 void setVerticalScaling(int type)
          Sets the verticalDisplay attribute of the GraphRenderer object
 

Field Detail

ALIGN_LEFT

public static final int ALIGN_LEFT
Description of the Field

See Also:
Constant Field Values

ALIGN_RIGHT

public static final int ALIGN_RIGHT
Description of the Field

See Also:
Constant Field Values

JUSTIFIED

public static final int JUSTIFIED
Description of the Field

See Also:
Constant Field Values

SMOOTH

public static final int SMOOTH
Description of the Field

See Also:
Constant Field Values

BOUNDED

public static final int BOUNDED
Description of the Field

See Also:
Constant Field Values
Method Detail

setGraphElement

public void setGraphElement(GraphElement element)
Sets the graphElement attribute of the GraphRenderer object

Parameters:
element - The new graphElement value

setHorizontalScaling

public void setHorizontalScaling(int type)
Sets the display attribute of the GraphRenderer object

Parameters:
type - The new display value

setHorizontalScale

public void setHorizontalScale(double multiplier)
Sets the horizontalScale attribute of the GraphRenderer object

Parameters:
multiplier - The new horizontalScale value

setVerticalScale

public void setVerticalScale(double multiplier)
Sets the verticalScale attribute of the GraphRenderer object

Parameters:
multiplier - The new verticalScale value

setVerticalScaling

public void setVerticalScaling(int type)
Sets the verticalDisplay attribute of the GraphRenderer object

Parameters:
type - The new verticalDisplay value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.