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

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

public class SketchBarChart
extends FilledBarChart

OFC sketch bar chart (drawn).

See Also:
Serialized Form

Nested Class Summary
static class SketchBarChart.SketchBar
          SketchBar data type.
 
Nested classes/interfaces inherited from class com.extjs.gxt.charts.client.model.charts.FilledBarChart
FilledBarChart.Bar
 
Nested classes/interfaces inherited from class com.extjs.gxt.charts.client.model.charts.BarChart
BarChart.BarStyle
 
Field Summary
 
Fields inherited from class com.extjs.gxt.charts.client.model.charts.ChartConfig
dataProvider, model
 
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()
          Creates a new sketch bar chart.
SketchBarChart(java.lang.String colour, java.lang.String outlineColour, java.lang.Integer offset)
          Creates a new sketch bar chart.
 
Method Summary
 java.lang.Integer getOffset()
          Gets 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
getOutlineColour, setOutlineColour
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.BarChart
addBars, addBars, addValues, addValues, getColour, setColour, setDataProvider
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.ChartConfig
addChartListener, addNullValue, getChartListeners, getDataProvider, getFontSize, getModel, getText, getTooltip, getType, getValues, isEnableEvents, removeChartListener, setAnimateOnShow, setDataProvider, setEnableEvents, setFontSize, setKeys, setKeys, setModel, setText, setTooltip, setValues
 
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

public SketchBarChart()
Creates a new sketch bar chart.


SketchBarChart

public SketchBarChart(java.lang.String colour,
                      java.lang.String outlineColour,
                      java.lang.Integer offset)
Creates a new sketch bar chart.

Parameters:
colour - the colour
outlineColour - the outline colour
offset - the offset
Method Detail

getOffset

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

Returns:
the offset

setOffset

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

Parameters:
offset - the new offset