|
|||||||||
| 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.axis.AbstractAxis
public abstract class AbstractAxis
Base abstract class for an OFC axis
| 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 | |
|---|---|
AbstractAxis()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColour()
Returns the colour. |
java.lang.String |
getGridColour()
Returns the grid colour. |
java.lang.Number |
getMax()
Returns the max. |
java.lang.Number |
getMin()
Returns the minimum. |
boolean |
getOffset()
Returns the offset. |
java.lang.Number |
getSteps()
Returns the steps. |
java.lang.Integer |
getStroke()
Returns the stroke. |
int |
getZDepth3D()
Returns the z-depth (3D). |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff). |
void |
setGridColour(java.lang.String gridColour)
Sets the grid colour in HTML hex format (#ffffff). |
void |
setMax(java.lang.Number max)
Sets the max. |
void |
setMin(java.lang.Number min)
Sets the min. |
void |
setOffset(boolean offset)
Sets the offset. |
void |
setRange(java.lang.Number min,
java.lang.Number max)
Sets the range. |
void |
setRange(java.lang.Number min,
java.lang.Number max,
java.lang.Number step)
Sets the range. |
void |
setSteps(java.lang.Number steps)
Sets the steps. |
void |
setStroke(java.lang.Integer stroke)
Sets the stroke. |
void |
setZDepth3D(java.lang.Integer zdepth3d)
Sets the z-depth (3D). |
| 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 |
|---|
public AbstractAxis()
| Method Detail |
|---|
public java.lang.String getColour()
public java.lang.String getGridColour()
public java.lang.Number getMax()
public java.lang.Number getMin()
public boolean getOffset()
public java.lang.Number getSteps()
public java.lang.Integer getStroke()
public int getZDepth3D()
public void setColour(java.lang.String colour)
colour - the new colourpublic void setGridColour(java.lang.String gridColour)
gridColour - the new grid colourpublic void setMax(java.lang.Number max)
max - the new maxpublic void setMin(java.lang.Number min)
min - the new minpublic void setOffset(boolean offset)
offset - the new offset
public void setRange(java.lang.Number min,
java.lang.Number max)
min - the minimum valuemax - the maximum value
public void setRange(java.lang.Number min,
java.lang.Number max,
java.lang.Number step)
min - the minimum valuemax - the maximum valuestep - the steppublic void setSteps(java.lang.Number steps)
steps - the new stepspublic void setStroke(java.lang.Integer stroke)
stroke - the new strokepublic void setZDepth3D(java.lang.Integer zdepth3d)
zdepth3d - the new zdepth3d
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||