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

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

public class CylinderBarChart
extends BarChart

OFC cylinder bar chart.

See Also:
Serialized Form

Nested Class Summary
static class CylinderBarChart.Bar
          CylinderBarChart data type.
static class CylinderBarChart.CylinderStyle
          Enumeration CylinderStyle - used with CylinderChart.
 
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
CylinderBarChart()
          Creates a new cylinder bar chart with normal style.
CylinderBarChart(CylinderBarChart.CylinderStyle style)
          Creates a new cylinder bar chart.
CylinderBarChart(java.lang.String colour, java.lang.String outlineColour)
          Creates a new cylinder bar chart.
 
Method Summary
 java.lang.Float getAlpha()
          Gets the alpha.
 java.lang.String getOutlineColour()
          Gets the outline colour.
 void setAlpha(java.lang.Float alpha)
          Sets the alpha.
 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

CylinderBarChart

public CylinderBarChart()
Creates a new cylinder bar chart with normal style.


CylinderBarChart

public CylinderBarChart(CylinderBarChart.CylinderStyle style)
Creates a new cylinder bar chart.

Parameters:
style - the style

CylinderBarChart

public CylinderBarChart(java.lang.String colour,
                        java.lang.String outlineColour)
Creates a new cylinder bar chart.

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

getAlpha

public java.lang.Float getAlpha()
Gets the alpha.

Returns:
the alpha

getOutlineColour

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

Returns:
the outline colour

setAlpha

public void setAlpha(java.lang.Float alpha)
Sets the alpha.

Parameters:
alpha - the alpha

setOutlineColour

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

Parameters:
outlineColour - the new outline colour