com.linksoft.chart
Class HAxisLabel

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.AxisLabel
          extended bycom.linksoft.chart.HAxisLabel

public class HAxisLabel
extends AxisLabel

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


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

Constructor Detail

HAxisLabel

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

draw

protected void draw(ChartGraphics g)
Overrides:
draw in class AxisLabel