|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Description of the Interface
| 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 |
public static final int ALIGN_LEFT
public static final int ALIGN_RIGHT
public static final int JUSTIFIED
public static final int SMOOTH
public static final int BOUNDED
| Method Detail |
public void setGraphElement(GraphElement element)
element - The new graphElement valuepublic void setHorizontalScaling(int type)
type - The new display valuepublic void setHorizontalScale(double multiplier)
multiplier - The new horizontalScale valuepublic void setVerticalScale(double multiplier)
multiplier - The new verticalScale valuepublic void setVerticalScaling(int type)
type - The new verticalDisplay value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||