|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to the data of a single bubble of the Bubble chart
Method Summary | |
float |
getValue()
Gets the value of the bubble. |
float |
getX()
Gets the X coordinate of the center of the bubble. |
float |
getY()
Gets the Y coordinate of the center of the bubble. |
void |
setValue(float value)
Sets the value of the bubble. |
void |
setX(float x)
Sets the X coordinate of the center of the bubble. |
void |
setY(float y)
Sets the Y coordinate of the center of the bubble. |
Methods inherited from interface com.odesys.chart.ChartElement |
getColor, getLabel, getModel, getSeries, setColor, setLabel |
Method Detail |
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public void setValue(float value)
public float getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |