All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MSBChart.ChartComponent

java.lang.Object
   |
   +----MSBChart.ChartComponent

public class ChartComponent
extends Object

A chart component is something that must be drawn on the chart area and it has a position and a size. The position and size of the components are calculated by the Chart automatically. For example, the title is always at the position 0,0 and ocupies 10% of the height of the chart.


Variable Index

 o height
 o width
 o x
 o y

Constructor Index

 o ChartComponent()
 

Variables

 o x
 public int x
 this is the x coordinate of the left top corner of this component.
 
 o y
 public int y
 this is the y coordinate of the left top corner of this component.
 o height
 public int height
this is the height coordinate of this component.
 o width
 public int width
this is the width coordinate of this component. 

Constructors

 o ChartComponent
 public ChartComponent()
 

All Packages  Class Hierarchy  This Package  Previous  Next  Index