M - public class FormatedTimeAxis<M> extends com.sencha.gxt.chart.client.chart.axis.CategoryAxis<M,String>
| Constructor and Description |
|---|
FormatedTimeAxis(com.google.gwt.i18n.client.DateTimeFormat dateTimeFormat)
Creates a time axis.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyData() |
protected void |
createLabels() |
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.
|
clear, 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, ensureHandlers, 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 FormatedTimeAxis(com.google.gwt.i18n.client.DateTimeFormat dateTimeFormat)
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 axisprotected void applyData()
Copyright © 2016. All Rights Reserved.