All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----MSBChart.ChartComponent | +----MSBChart.AxisLabel
Axislabel are texts that are displayed along the Axis.
public Color color
color of the text.
public Font font
font of the text.
public String title
text of the label.
public AxisLabel(String t, Color c, Font f)
creates a label with the specified text, color and font.
public void draw(Graphics g)
instructs the label to draw itself at the position specified by the ChartComponent fiels (x,y,width,height).
All Packages Class Hierarchy This Package Previous Next Index