public class SubChart
extends java.lang.Object
Constructor and Description |
---|
SubChart() |
SubChart(ChartCollection collection) |
SubChart(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
boolean |
clicked(int x,
int y) |
Rectangle |
getBounds() |
TChart |
getChart() |
int |
getHeight() |
Tool |
getITool() |
int |
getLeft() |
int |
getTop() |
int |
getWidth() |
void |
setChart(TChart value) |
void |
setHeight(int value) |
void |
setLeft(int value) |
void |
setTop(int value) |
void |
setWidth(int value) |
public SubChart(IBaseChart c)
public SubChart(ChartCollection collection)
public SubChart()
public final TChart getChart()
public void setChart(TChart value)
public boolean clicked(int x, int y)
public int getHeight()
public void setHeight(int value)
public int getWidth()
public void setWidth(int value)
public int getTop()
public void setTop(int value)
public int getLeft()
public void setLeft(int value)
public Tool getITool()
public Rectangle getBounds()