|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.odesys.chart.DefaultElement | +--com.odesys.chart.linechart.DefaultPointData
DefaultPointData is a default implementation of the PointData interface. It is used by the DefaultLineChartModel.
Constructor Summary | |
DefaultPointData(ChartModel model,
Series series)
Creates a new DefaultPointData instance for the specified ChartModel and data Series. |
Method Summary | |
float |
getX()
Gets the X coordinate of this DefaultPointData. |
float |
getY()
Gets the Y coordinate of this DefaultPointData. |
void |
setX(float x)
Sets the X coordinate of this DefaultPointData. |
void |
setY(float y)
Sets the Y coordinate of this DefaultPointData. |
Methods inherited from class com.odesys.chart.DefaultElement |
getColor, getLabel, getModel, getSeries, getUserData, setColor, setLabel, setUserData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.odesys.chart.ChartElement |
getColor, getLabel, getModel, getSeries, setColor, setLabel |
Constructor Detail |
public DefaultPointData(ChartModel model, Series series)
Method Detail |
public float getX()
getX
in interface PointData
public void setX(float x)
setX
in interface PointData
public float getY()
getY
in interface PointData
public void setY(float y)
setY
in interface PointData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |