All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface weblab.chart.Chart

public interface Chart
Minimum Interface for all charts objects.


Method Index

 o getName()
Set parent name.
 o getxOffset()
Get X axis offset from pixel space origin.
 o getyOffset()
Get Y axis offset from pixel space origin.
 o setSize(int, int)
Set parent component size.

Methods

 o getxOffset
 public abstract int getxOffset()
Get X axis offset from pixel space origin.

 o getyOffset
 public abstract int getyOffset()
Get Y axis offset from pixel space origin.

 o setSize
 public abstract void setSize(int x,
                              int y)
Set parent component size.

 o getName
 public abstract String getName()
Set parent name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index