com.extjs.gxt.charts.client.model.charts
Class Shape.Point
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.charts.DataConfig
com.extjs.gxt.charts.client.model.charts.Shape.Point
- All Implemented Interfaces:
- ChangeEventSource, Model, ModelData, java.io.Serializable
- Enclosing class:
- Shape
public static class Shape.Point
- extends DataConfig
Shape chart data type.
- See Also:
- Serialized Form
Constructor Summary |
Shape.Point(java.lang.Number x,
java.lang.Number y)
Creates a new point. |
Method Summary |
java.lang.Number |
getX()
Gets the x. |
java.lang.Number |
getY()
Gets the y. |
void |
setX(java.lang.Number x)
Sets the x. |
void |
setXY(java.lang.Number x,
java.lang.Number y)
Sets the x and y |
void |
setY(java.lang.Number y)
Sets the y. |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shape.Point
public Shape.Point(java.lang.Number x,
java.lang.Number y)
- Creates a new point.
- Parameters:
x
- the xy
- the y
getX
public java.lang.Number getX()
- Gets the x.
- Returns:
- the x
getY
public java.lang.Number getY()
- Gets the y.
- Returns:
- the y
setXY
public void setXY(java.lang.Number x,
java.lang.Number y)
- Sets the x and y
- Parameters:
x
- the new xy
- the new y
setX
public void setX(java.lang.Number x)
- Sets the x.
- Parameters:
x
- the new x
setY
public void setY(java.lang.Number y)
- Sets the y.
- Parameters:
y
- the new y