|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.rchart.ChartComponent | +--com.java4less.rchart.AxisLabel
Axis label are texts that are displayed along the Axis.
Field Summary | |
ChartColor |
color
color of the text. |
ChartFont |
font
font of the text. |
java.lang.String |
title
text of the label. |
boolean |
vertical
set the property to true if you want to paint vertical labels (see also Chart.tmpImage). |
Fields inherited from class com.java4less.rchart.ChartComponent |
height, width, x, y |
Constructor Summary | |
AxisLabel(java.lang.String t,
ChartColor c,
ChartFont f)
creates a label with the specified text, color and font. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ChartColor color
public ChartFont font
public java.lang.String title
public boolean vertical
Constructor Detail |
public AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |