|
|||||||||
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.LineChart
com.extjs.gxt.charts.client.model.charts.AreaChart
public class AreaChart
OFC area chart
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.extjs.gxt.charts.client.model.charts.LineChart |
---|
LineChart.LineStyle |
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 | |
---|---|
AreaChart()
Creates a new area chart with AreaStyle.LINE style |
Method Summary | |
---|---|
java.lang.Float |
getFillAlpha()
Gets the fill alpha. |
java.lang.String |
getFillColour()
Gets the fill colour. |
java.lang.Boolean |
isLoop()
Gets the loop value |
void |
setFillAlpha(java.lang.Float fillAlpha)
Sets the fill alpha. |
void |
setFillColour(java.lang.String colour)
Sets the fill colour in HTML hex format (#ffffff) |
void |
setLoop(boolean loop)
Sets loop |
Methods inherited from class com.extjs.gxt.charts.client.model.charts.LineChart |
---|
addDots, addDots, addValues, addValues, getColour, getDotStyle, getLineStyle, getWidth, isRightAxis, setColour, setDataProvider, setDotStyle, setLineStyle, setRightAxis, setWidth |
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 AreaChart()
Method Detail |
---|
public java.lang.Float getFillAlpha()
public java.lang.String getFillColour()
public java.lang.Boolean isLoop()
public void setFillAlpha(java.lang.Float fillAlpha)
fillAlpha
- the new fill alphapublic void setFillColour(java.lang.String colour)
colour
- the new fill colourpublic void setLoop(boolean loop)
loop
- true or false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |