|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.dots.BaseDot
public abstract class BaseDot
OFC line dots
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel |
|---|
changeEventSupport |
| Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
|---|
allowNestedValues, map |
| Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
|---|
Add, Remove, Update |
| Constructor Summary | |
|---|---|
protected |
BaseDot()
|
|
BaseDot(java.lang.String type,
java.lang.Number value)
Creates a new dot. |
| Method Summary | |
|---|---|
java.lang.String |
getColour()
Gets the colour. |
java.lang.Integer |
getHaloSize()
Gets the halo size. |
java.lang.Integer |
getSize()
Gets the size. |
java.lang.String |
getTooltip()
Gets the tooltip. |
java.lang.Number |
getValue()
Gets the value. |
java.lang.Number |
getX()
Gets the x. |
java.lang.Number |
getY()
Gets the y. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff) |
void |
setHaloSize(java.lang.Integer haloSize)
Sets the halo size. |
void |
setSize(java.lang.Integer size)
Sets the size. |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip. |
void |
setValue(java.lang.Number value)
Sets the value. |
void |
setXY(java.lang.Number x,
java.lang.Number y)
Sets the x. |
| Methods inherited from class com.extjs.gxt.charts.client.model.charts.DataConfig |
|---|
getFirstValue, getSecondValue |
| 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 com.extjs.gxt.ui.client.data.BaseModelData |
|---|
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
|---|
get, getProperties, getPropertyNames |
| Constructor Detail |
|---|
protected BaseDot()
public BaseDot(java.lang.String type,
java.lang.Number value)
type - the typevalue - the value| Method Detail |
|---|
public java.lang.String getColour()
public java.lang.Integer getSize()
public java.lang.Integer getHaloSize()
public java.lang.String getTooltip()
public java.lang.Number getValue()
getValue in class DataConfigpublic java.lang.Number getX()
public java.lang.Number getY()
public void setColour(java.lang.String colour)
colour - the colourpublic void setSize(java.lang.Integer size)
size - the sizepublic void setHaloSize(java.lang.Integer haloSize)
haloSize - the halo sizepublic void setTooltip(java.lang.String tooltip)
tooltip - the new tooltippublic void setValue(java.lang.Number value)
setValue in class DataConfigvalue - the value
public void setXY(java.lang.Number x,
java.lang.Number y)
x - the new xy - the new y
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||