net.comrom.chart
Class AxisLabel

java.lang.Object
  extended bynet.comrom.chart.ChartComponent
      extended bynet.comrom.chart.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
           
 ChartFont font
           
 java.lang.String title
           
 boolean vertical
           
 
Fields inherited from class net.comrom.chart.ChartComponent
height, width, x, y
 
Constructor Summary
AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public ChartColor color

font

public ChartFont font

title

public java.lang.String title

vertical

public boolean vertical
Constructor Detail

AxisLabel

public AxisLabel(java.lang.String t,
                 ChartColor c,
                 ChartFont f)