com.extjs.gxt.charts.client.model.axis
Class AbstractAxis

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.data.BaseModel
          extended by com.extjs.gxt.charts.client.model.axis.AbstractAxis
All Implemented Interfaces:
ChangeEventSource, Model, ModelData, java.io.Serializable
Direct Known Subclasses:
RadarAxis, XAxis, YAxis

public abstract class AbstractAxis
extends BaseModel

Base abstract class for an OFC axis

See Also:
Serialized Form

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

AbstractAxis

public AbstractAxis()
Method Detail

getColour

public java.lang.String getColour()
Returns the colour.

Returns:
the colour

getGridColour

public java.lang.String getGridColour()
Returns the grid colour.

Returns:
the grid colour

getMax

public java.lang.Number getMax()
Returns the max.

Returns:
the max

getMin

public java.lang.Number getMin()
Returns the minimum.

Returns:
the minimum

getOffset

public boolean getOffset()
Returns the offset.

Returns:
the offset

getSteps

public java.lang.Number getSteps()
Returns the steps.

Returns:
the steps

getStroke

public java.lang.Integer getStroke()
Returns the stroke.

Returns:
the stroke

getZDepth3D

public int getZDepth3D()
Returns the z-depth (3D).

Returns:
the zdepth3d

setColour

public void setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff).

Parameters:
colour - the new colour

setGridColour

public void setGridColour(java.lang.String gridColour)
Sets the grid colour in HTML hex format (#ffffff).

Parameters:
gridColour - the new grid colour

setMax

public void setMax(java.lang.Number max)
Sets the max.

Parameters:
max - the new max

setMin

public void setMin(java.lang.Number min)
Sets the min.

Parameters:
min - the new min

setOffset

public void setOffset(boolean offset)
Sets the offset.

Parameters:
offset - the new offset

setRange

public void setRange(java.lang.Number min,
                     java.lang.Number max)
Sets the range.

Parameters:
min - the minimum value
max - the maximum value

setRange

public void setRange(java.lang.Number min,
                     java.lang.Number max,
                     java.lang.Number step)
Sets the range.

Parameters:
min - the minimum value
max - the maximum value
step - the step

setSteps

public void setSteps(java.lang.Number steps)
Sets the steps.

Parameters:
steps - the new steps

setStroke

public void setStroke(java.lang.Integer stroke)
Sets the stroke.

Parameters:
stroke - the new stroke

setZDepth3D

public void setZDepth3D(java.lang.Integer zdepth3d)
Sets the z-depth (3D).

Parameters:
zdepth3d - the new zdepth3d