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