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

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
              extended by com.extjs.gxt.charts.client.model.axis.YAxis
All Implemented Interfaces:
ChangeEventSource, Model, ModelData, java.io.Serializable

public class YAxis
extends AbstractAxis

OFC y-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
YAxis()
           
 
Method Summary
 void addLabels(java.util.List<java.lang.String> list)
          Adds the labels.
 void addLabels(java.lang.String... list)
          Adds the labels.
 java.util.Collection<java.lang.String> getLabels()
          Returns the labels.
 java.lang.Integer getTickLength()
          Returns the tick length.
 void setLabels(java.util.List<java.lang.String> list)
          Sets the labels.
 void setLabels(java.lang.String... labels)
          Sets the labels.
 void setTickLength(java.lang.Integer tickLength)
          Sets the tick length.
 
Methods inherited from class com.extjs.gxt.charts.client.model.axis.AbstractAxis
getColour, getGridColour, getMax, getMin, getOffset, getSteps, getStroke, getZDepth3D, setColour, setGridColour, setMax, setMin, setOffset, setRange, setRange, setSteps, setStroke, setZDepth3D
 
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

YAxis

public YAxis()
Method Detail

addLabels

public void addLabels(java.util.List<java.lang.String> list)
Adds the labels.

Parameters:
list - the labels

addLabels

public void addLabels(java.lang.String... list)
Adds the labels.

Parameters:
list - the labels

getLabels

public java.util.Collection<java.lang.String> getLabels()
Returns the labels.

Returns:
the labels

getTickLength

public java.lang.Integer getTickLength()
Returns the tick length.

Returns:
the tick length

setLabels

public void setLabels(java.util.List<java.lang.String> list)
Sets the labels.

Parameters:
list - the new labels

setLabels

public void setLabels(java.lang.String... labels)
Sets the labels.

Parameters:
labels - the new labels

setTickLength

public void setTickLength(java.lang.Integer tickLength)
Sets the tick length.

Parameters:
tickLength - the new tick length