com.linksoft.chart
Class AxisLabel

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.AxisLabel
Direct Known Subclasses:
HAxisLabel, VAxisLabel

public class AxisLabel
extends ChartComponent

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


Field Summary
 ChartColor color
           
 ChartFont font
           
 java.lang.String title
           
 boolean vertical
           
 
Fields inherited from class com.linksoft.chart.ChartComponent
chart, height, width, x, y
 
Constructor Summary
AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 
Method Summary
protected  void draw(ChartGraphics chartgraphics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)
Method Detail

draw

protected void draw(ChartGraphics chartgraphics)