com.linksoft.chart
Class ChartComponent

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

public class ChartComponent
extends java.lang.Object

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


Field Summary
protected  Chart chart
           
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
ChartComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

chart

protected Chart chart
Constructor Detail

ChartComponent

public ChartComponent()