com.extjs.gxt.charts.client.model.charts
Class CylinderBarChart
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.charts.ChartConfig
com.extjs.gxt.charts.client.model.charts.BarChart
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
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.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 colouroutlineColour
- the outline colour
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