M - the data type of the axispublic class TimeAxis<M> extends CategoryAxis<M,Date>
CategoryAxis for
axis instead.| Constructor and Description |
|---|
TimeAxis()
Creates a time axis.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getField, setFieldclear, drawAxis, drawLabels, getDashSize, getDepth, getGridDefaultConfig, getGridEvenConfig, getGridOddConfig, getHeight, getLabelStepRatio, getLabelTolerance, getLength, getMinorTickSteps, getPosition, getTextLabelPadding, getWidth, isLabelOverlapHiding, setDashSize, setDepth, setGridDefaultConfig, setGridEvenConfig, setGridOddConfig, setHeight, setLabelOverlapHiding, setLabelPadding, setLabelStepRatio, setLabelTolerance, setLength, setMinorTickSteps, setPosition, setWidthaddAxisHandler, addAxisItemOutHandler, addAxisItemOverHandler, addAxisItemUpHandler, addAxisSelectionHandler, getAxisConfig, getBBox, getChart, getFrom, getLabelConfig, getLabelProvider, getTitleConfig, getTo, getX, getY, isDisplayGrid, isHidden, onMouseDown, onMouseMove, onMouseOut, onMouseUp, removeToolTip, setAxisConfig, setChart, setDisplayGrid, setHidden, setLabelConfig, setLabelProvider, setTitleConfig, setToolTipConfig, setX, setYpublic 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 axisCopyright © 2014. All Rights Reserved.