net.comrom.chart
Class VAxisLabel

java.lang.Object
  extended bynet.comrom.chart.ChartComponent
      extended bynet.comrom.chart.AxisLabel
          extended bynet.comrom.chart.VAxisLabel

public class VAxisLabel
extends AxisLabel


Field Summary
 
Fields inherited from class net.comrom.chart.AxisLabel
color, font, title, vertical
 
Fields inherited from class net.comrom.chart.ChartComponent
height, width, x, y
 
Constructor Summary
VAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 
Method Summary
 void draw(ChartGraphics g)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAxisLabel

public VAxisLabel(java.lang.String t,
                  ChartColor c,
                  ChartFont f)
Method Detail

draw

public void draw(ChartGraphics g)