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

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
All Implemented Interfaces:
ChangeEventSource, Model, ModelData, java.io.Serializable
Direct Known Subclasses:
SketchBarChart

public class FilledBarChart
extends BarChart

OFC filled bar chart (outlined)

See Also:
Serialized Form

Nested Class Summary
static class FilledBarChart.Bar
          FilledBarChart data type.
 
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
  FilledBarChart()
          Creates a new filled bar chart.
protected FilledBarChart(java.lang.String style)
           
  FilledBarChart(java.lang.String colour, java.lang.String outlineColour)
          Creates a new filled bar chart.
 
Method Summary
 java.lang.String getOutlineColour()
          Gets the outline colour.
 void setOutlineColour(java.lang.String outlineColour)
          Sets the outline colour in HTML hex format (#ffffff)
 
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

FilledBarChart

public FilledBarChart()
Creates a new filled bar chart.


FilledBarChart

public FilledBarChart(java.lang.String colour,
                      java.lang.String outlineColour)
Creates a new filled bar chart.

Parameters:
colour - the colour
outlineColour - the outline colour

FilledBarChart

protected FilledBarChart(java.lang.String style)
Method Detail

getOutlineColour

public java.lang.String getOutlineColour()
Gets the outline colour.

Returns:
the outline colour

setOutlineColour

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

Parameters:
outlineColour - the new outline colour