|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.chart.series.Series<M>
com.sencha.gxt.chart.client.chart.series.MultipleColorSeries<M>
com.sencha.gxt.chart.client.chart.series.AbstractPieSeries<M>
com.sencha.gxt.chart.client.chart.series.GaugeSeries<M>
M - the data type used by this seriespublic class GaugeSeries<M>
Creates a Gauge Chart. Gauge Charts are used to show progress in a certain variable.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sencha.gxt.chart.client.chart.series.Series |
|---|
Series.LabelPosition |
| Constructor Summary | |
|---|---|
GaugeSeries()
Creates a gauge Series. |
|
| Method Summary | |
|---|---|
void |
drawSeries()
Draws the series for the current chart. |
void |
hide(int yFieldIndex)
Hides the given y field index from the series. |
void |
highlight(int yFieldIndex)
Highlights the series at the given index. |
void |
highlightAll(int index)
Highlights all of the items in the series. |
boolean |
isNeedle()
Returns whether or not the series uses a needle in place of a wedge. |
int |
onMouseMove(PrecisePoint point)
Method used when the series is moused over. |
void |
onMouseOut(PrecisePoint point)
Method used when the mouse leaves the series. |
void |
setNeedle(boolean needle)
Sets whether or not the series uses a needle in place of a wedge. |
void |
show(int yFieldIndex)
Shows the given y field index from the series. |
void |
unHighlight(int yFieldIndex)
Removes highlighting from the given index. |
void |
unHighlightAll(int index)
UnHighlights all items in the series. |
boolean |
visibleInLegend(int index)
Returns whether or not the given index is visible in legend. |
| Methods inherited from class com.sencha.gxt.chart.client.chart.series.AbstractPieSeries |
|---|
getAngleField, getDonut, getLegendLabelProvider, getLegendTitles, setAngleField, setDonut, setLegendLabelProvider, setLegendValueProvider |
| Methods inherited from class com.sencha.gxt.chart.client.chart.series.MultipleColorSeries |
|---|
addColor, addColor, getColor, getColors, removeColor, removeColor, setColor |
| Methods inherited from class com.sencha.gxt.chart.client.chart.series.Series |
|---|
addSeriesHandler, addSeriesItemOutHandler, addSeriesItemOverHandler, addSeriesSelectionHandler, calculateBBox, delete, getBBox, getChart, getGutters, getHighlighter, getLabelConfig, getLegendNames, getRenderer, getStroke, getStrokeWidth, getToolTip, getToolTipConfig, getXField, getYAxisPosition, highlightedState, isHighlighting, isShownInLegend, onMouseDown, removeToolTip, setChart, setHighlighter, setHighlighting, setLabelConfig, setRenderer, setShownInLegend, setStroke, setStrokeWidth, setToolTipConfig, setXField, setYAxisPosition |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaugeSeries()
Series.
| Method Detail |
|---|
public void drawSeries()
Series
drawSeries in class Series<M>public void hide(int yFieldIndex)
Series
hide in class Series<M>yFieldIndex - the index of the y fieldpublic void highlight(int yFieldIndex)
Series
highlight in class Series<M>yFieldIndex - the index to be highlightedpublic void highlightAll(int index)
Series
highlightAll in class Series<M>index - the index of the seriespublic boolean isNeedle()
public int onMouseMove(PrecisePoint point)
Series
onMouseMove in class Series<M>point - the point moused over
public void onMouseOut(PrecisePoint point)
Series
onMouseOut in class Series<M>point - the point leftpublic void setNeedle(boolean needle)
needle - true if needlepublic void show(int yFieldIndex)
Series
show in class Series<M>yFieldIndex - the index of the y fieldpublic void unHighlight(int yFieldIndex)
Series
unHighlight in class Series<M>yFieldIndex - the index to have its highlighting removedpublic void unHighlightAll(int index)
Series
unHighlightAll in class Series<M>index - the index of the seriespublic boolean visibleInLegend(int index)
Series
visibleInLegend in class Series<M>index - the index to determine visible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||