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.
 
 color
	color
   font
	font
   title
	title
   
 AxisLabel(String, Color, Font)
	AxisLabel(String, Color, Font)
   
 draw(Graphics)
	draw(Graphics)
   
 color
color
public Color color
color of the text.
 font
font
public Font font
font of the text.
 title
title
public String title
text of the label.
 
 AxisLabel
AxisLabel
 public AxisLabel(String t,
                  Color c,
                  Font f)
creates a label with the specified text, color and font.
 
 draw
draw
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