|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartAxis
An interface to chart axes.
| Method Summary | |
|---|---|
Format |
getFormat()
Gets the coordinate format. |
String |
getLabel()
Gets the label of the axis. |
int |
getLabelFontSize()
Gets the label font size. |
int |
getScaleFontSize()
Gets the scale font size. |
void |
setFormat(Format format)
Sets the coordinate format. |
void |
setLabel(String label)
Sets the label of the axis. |
void |
setLabelFontSize(int fs)
Sets the label font size. |
void |
setScaleFontSize(int fs)
Sets the scale font size. |
| Method Detail |
|---|
String getLabel()
void setLabel(String label)
label - the label.Format getFormat()
void setFormat(Format format)
format - the coordinate format.int getLabelFontSize()
void setLabelFontSize(int fs)
fs - the font size in points.int getScaleFontSize()
void setScaleFontSize(int fs)
fs - the font size in points.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||