com.java4less.rchart
Class AxisLabel

java.lang.Object
  extended by com.java4less.rchart.ChartComponent
      extended by com.java4less.rchart.AxisLabel
Direct Known Subclasses:
HAxisLabel, VAxisLabel

public class AxisLabel
extends ChartComponent

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public ChartColor color
color of the text.


font

public ChartFont font
font of the text.


title

public java.lang.String title
text of the label.


vertical

public boolean vertical
set the property to true if you want to paint vertical labels (see also Chart.tmpImage).

Constructor Detail

AxisLabel

public AxisLabel(java.lang.String t,
                 ChartColor c,
                 ChartFont f)
creates a label with the specified text, color and font.