All Packages Class Hierarchy This Package Previous Next Index
Interface weblab.chart.Chart
- public interface Chart
Minimum Interface for all charts objects.
-
getName()
- Set parent name.
-
getxOffset()
- Get X axis offset from pixel space origin.
-
getyOffset()
- Get Y axis offset from pixel space origin.
-
setSize(int, int)
- Set parent component size.
getxOffset
public abstract int getxOffset()
- Get X axis offset from pixel space origin.
getyOffset
public abstract int getyOffset()
- Get Y axis offset from pixel space origin.
setSize
public abstract void setSize(int x,
int y)
- Set parent component size.
getName
public abstract String getName()
- Set parent name.
All Packages Class Hierarchy This Package Previous Next Index