net.comrom.chart
Class ChartComponent

java.lang.Object
  extended bynet.comrom.chart.ChartComponent
Direct Known Subclasses:
Axis, AxisLabel, Legend, Plotter, Title

public class ChartComponent
extends java.lang.Object


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
ChartComponent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

height

public int height

width

public int width
Constructor Detail

ChartComponent

public ChartComponent()