com.extjs.gxt.charts.client.model.charts
Class SketchBarChart.SketchBar
java.lang.Object
com.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.BarChart.Bar
com.extjs.gxt.charts.client.model.charts.FilledBarChart.Bar
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
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.ui.client.data.BaseModel |
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 topoffset
- 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 topbottom
- the bottomoffset
- the offset
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