public class DateTimeCategoricalAxisModel extends CategoricalAxisModel implements Comparator<AxisCategory>
AxisModel.StackValue
ChartElement.Predicate<T>
Modifier and Type | Field and Description |
---|---|
static DateFormat |
defaultDateFormat |
PLOT_DIRECTION_PROPERTY_KEY, PLOT_ORIGIN_PROPERTY_KEY
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
DateTimeCategoricalAxisModel() |
Modifier and Type | Method and Description |
---|---|
int |
compare(AxisCategory axisCategory,
AxisCategory axisCategory2) |
DateFormat |
getDateFormat() |
DateTimeComponent |
getDateTimeComponent() |
void |
setDateFormat(DateFormat value) |
void |
setDateTimeComponent(DateTimeComponent value) |
convertPhysicalUnitsToData, createPlotInfo, generateLastLabel, getActualPlotMode, getCombineGroupKey, getGapLength, getMajorTickInterval, getPlotMode, isDataReady, majorTickCount, setGapLength, setMajorTickInterval, setPlotMode
applyLayoutRounding, canAddChild, desiredMargin, getDesiredSize, getFirstTick, getHorizontalLocation, getIsPrimary, getLabelContent, getLabelFitMode, getLabelFormat, getLabelInterval, getLabelLayoutMode, getLabelMargin, getLabelOffset, getLabels, getLabelValueToStringConverter, getLastLabelVisibility, getLastTick, getLineThickness, getMajorTickLength, getMajorTickOffset, getMajorTicks, getNormalizedLabelRotationAngle, getShowLabels, getStackValue, getTickThickness, getType, getVerticalLocation, getWidth, isPlotValid, isUpdated, measure, onPanOffsetChanged, onZoomChanged, plot, resetState, setHorizontalLocation, setIsPrimary, setLabelFitMode, setLabelFormat, setLabelInterval, setLabelLayoutMode, setLabelMargin, setLabelOffset, setLabelValueToStringConverter, setLastLabelVisibility, setLineThickness, setMajorTickLength, setMajorTickOffset, setNormalizedLabelRotationAngle, setShowLabels, setTickThickness, setType, setVerticalLocation, setWidth, ticks, title, update, updateTicksVisibility
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static DateFormat defaultDateFormat
public DateTimeComponent getDateTimeComponent()
public void setDateTimeComponent(DateTimeComponent value)
public DateFormat getDateFormat()
public void setDateFormat(DateFormat value)
public int compare(AxisCategory axisCategory, AxisCategory axisCategory2)
compare
in interface Comparator<AxisCategory>