|
||||||||||
| 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,V>
com.sencha.gxt.chart.client.chart.axis.CartesianAxis<M,V>
com.sencha.gxt.chart.client.chart.axis.CategoryAxis<M,Date>
com.sencha.gxt.chart.client.chart.axis.TimeAxis<M>
M - the data type of the axispublic class TimeAxis<M>
A type of axis whose units are measured in time values. Use this axis for
listing dates that you will want to group or dynamically change. If you just
want to display dates as categories then use the CategoryAxis for
axis instead.
| Constructor Summary | |
|---|---|
TimeAxis()
Creates a time axis. |
|
| Method Summary | |
|---|---|
Date |
getEndDate()
Returns the ending date of the axis. |
Date |
getStartDate()
Returns the starting date of the axis. |
void |
setEndDate(Date endDate)
Sets the ending date of the axis. |
void |
setStartDate(Date startDate)
Sets the starting date of the axis. |
| Methods inherited from class com.sencha.gxt.chart.client.chart.axis.CategoryAxis |
|---|
getField, setField |
| Methods inherited from class com.sencha.gxt.chart.client.chart.axis.CartesianAxis |
|---|
delete, drawAxis, drawLabels, getDashSize, getDepth, getGridDefaultConfig, getGridEvenConfig, getGridOddConfig, getHeight, getLabelTolerance, getLength, getMinorTickSteps, getPosition, getTextLabelPadding, getWidth, setDashSize, setDepth, setGridDefaultConfig, setGridEvenConfig, setGridOddConfig, setHeight, setLabelTolerance, setLength, setMinorTickSteps, setPosition, setTextLabelPadding, setWidth |
| Methods inherited from class com.sencha.gxt.chart.client.chart.axis.Axis |
|---|
addAxisHandler, addAxisItemOutHandler, addAxisItemOverHandler, addAxisSelectionHandler, 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 TimeAxis()
| Method Detail |
|---|
public Date getEndDate()
public Date getStartDate()
public void setEndDate(Date endDate)
endDate - the ending date of the axispublic void setStartDate(Date startDate)
startDate - the starting date of the axis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||