com.extjs.gxt.charts.client.model.charts
Class SketchBarChart.SketchBar

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.charts.DataConfig
              extended by com.extjs.gxt.charts.client.model.charts.BarChart.Bar
                  extended by com.extjs.gxt.charts.client.model.charts.FilledBarChart.Bar
                      extended by com.extjs.gxt.charts.client.model.charts.SketchBarChart.SketchBar
All Implemented Interfaces:
ChangeEventSource, Model, ModelData, java.io.Serializable
Enclosing class:
SketchBarChart

public static class SketchBarChart.SketchBar
extends FilledBarChart.Bar

SketchBar data type.

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
SketchBarChart.SketchBar(java.lang.Number top)
          Creates a new bar.
SketchBarChart.SketchBar(java.lang.Number top, java.lang.Integer offset)
          Creates a new bar.
SketchBarChart.SketchBar(java.lang.Number top, java.lang.Number bottom, java.lang.Integer offset)
          Creates a new bar.
 
Method Summary
 java.lang.Integer getOffset()
          Returns the offset.
 void setOffset(java.lang.Integer offset)
          Sets the offset (the fun factor).
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.FilledBarChart.Bar
getOutlineColour, setOutlineColour
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
getBottom, getColour, getTooltip, getTop, setBottom, setColour, setTooltip, setTop
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.DataConfig
getFirstValue, getSecondValue, getValue, setValue
 
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

SketchBarChart.SketchBar

public SketchBarChart.SketchBar(java.lang.Number top)
Creates a new bar.

Parameters:
top - the top

SketchBarChart.SketchBar

public SketchBarChart.SketchBar(java.lang.Number top,
                                java.lang.Integer offset)
Creates a new bar.

Parameters:
top - the top
offset - the offset

SketchBarChart.SketchBar

public SketchBarChart.SketchBar(java.lang.Number top,
                                java.lang.Number bottom,
                                java.lang.Integer offset)
Creates a new bar.

Parameters:
top - the top
bottom - the bottom
offset - the offset
Method Detail

getOffset

public java.lang.Integer getOffset()
Returns the offset.

Returns:
the offset

setOffset

public void setOffset(java.lang.Integer offset)
Sets the offset (the fun factor).

Parameters:
offset - the new offset