|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.chart.axis.Axis<M,Number>
com.sencha.gxt.chart.client.chart.axis.GaugeAxis<M>
M - the data type of the axispublic class GaugeAxis<M>
Axis to be used with GaugeSeries.
| Constructor Summary | |
|---|---|
GaugeAxis()
Creates a gauge Axis. |
|
| Method Summary | |
|---|---|
void |
drawAxis(boolean init)
Renders the axis into the screen and updates it's position. |
void |
drawLabels()
Renders the labels in the axes. |
double |
getMargin()
Returns the margins of the axis. |
double |
getMaximum()
Returns the maximum value displayed on the axis. |
double |
getMinimum()
Returns the minimum value displayed on the axis. |
Chart.Position |
getPosition()
Returns the Chart.Position of the axis. |
void |
setMargin(double margin)
Sets the margins of the axis. |
void |
setMaximum(double maximum)
Sets the maximum value displayed on the axis. |
void |
setMinimum(double minimum)
Sets the minimum value displayed on the axis |
| Methods inherited from class com.sencha.gxt.chart.client.chart.axis.Axis |
|---|
addAxisHandler, addAxisItemOutHandler, addAxisItemOverHandler, addAxisSelectionHandler, delete, getAxisConfig, getBBox, getChart, getFrom, getLabelConfig, getLabelProvider, getSteps, getTitleConfig, getTo, getX, getY, isDisplayGrid, isHidden, onMouseDown, onMouseMove, onMouseOut, removeToolTip, setAxisConfig, setChart, setDisplayGrid, setHidden, setLabelConfig, setLabelProvider, setSteps, setTitleConfig, setToolTipConfig, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaugeAxis()
Axis.
| Method Detail |
|---|
public void drawAxis(boolean init)
Axis
drawAxis in class Axis<M,Number>init - true if the initial draw callpublic void drawLabels()
Axis
drawLabels in class Axis<M,Number>public double getMargin()
public double getMaximum()
public double getMinimum()
public Chart.Position getPosition()
AxisChart.Position of the axis.
getPosition in class Axis<M,Number>public void setMargin(double margin)
margin - the margins of the axispublic void setMaximum(double maximum)
maximum - the maximum value displayed on the axispublic void setMinimum(double minimum)
minimum - the minimum value displayed on the axis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||