|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.FilledBarChart
public class FilledBarChart
OFC filled bar chart (outlined)
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 |
---|
public FilledBarChart()
public FilledBarChart(java.lang.String colour, java.lang.String outlineColour)
colour
- the colouroutlineColour
- the outline colourprotected FilledBarChart(java.lang.String style)
Method Detail |
---|
public java.lang.String getOutlineColour()
public void setOutlineColour(java.lang.String outlineColour)
outlineColour
- the new outline colour
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |