|
|||||||||
| 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.CylinderBarChart
public class CylinderBarChart
OFC cylinder bar chart.
| 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 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, setEnableEvents, setFontSize, setKeys, setKeys, setModel, setText, setTooltip, setValues |
| Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
|---|
addChangeListener, addChangeListener, notify, 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 |
|---|
equals, 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 CylinderBarChart()
public CylinderBarChart(CylinderBarChart.CylinderStyle style)
style - the style
public CylinderBarChart(java.lang.String colour,
java.lang.String outlineColour)
colour - the colouroutlineColour - the outline colour| Method Detail |
|---|
public java.lang.Float getAlpha()
public java.lang.String getOutlineColour()
public void setAlpha(java.lang.Float alpha)
alpha - the alphapublic 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 | ||||||||