com.extjs.gxt.charts.client.model.charts
Class CylinderBarChart.Bar
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.CylinderBarChart.Bar
- All Implemented Interfaces:
- ChangeEventSource, Model, ModelData, java.io.Serializable
- Enclosing class:
- CylinderBarChart
public static class CylinderBarChart.Bar
- extends BarChart.Bar
CylinderBarChart data type.
- See Also:
- Serialized Form
Constructor Summary |
CylinderBarChart.Bar(java.lang.Number top)
Creates a new bar. |
CylinderBarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
Creates a new bar. |
CylinderBarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour,
java.lang.String outlineColour)
Creates a new bar. |
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.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.Bar
public CylinderBarChart.Bar(java.lang.Number top)
- Creates a new bar.
- Parameters:
top
- the top
CylinderBarChart.Bar
public CylinderBarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
- Creates a new bar.
- Parameters:
top
- the topbottom
- the bottom
CylinderBarChart.Bar
public CylinderBarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour,
java.lang.String outlineColour)
- Creates a new bar.
- Parameters:
top
- the topbottom
- the bottomcolour
- the colouroutlineColour
- the outline colour
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