public class DateTimeCategoricalAxis extends CategoricalAxis
linkedSeriesCount
LINE_COLOR_PROPERTY_KEY, LINE_THICKNESS_PROPERTY_KEY
AXIS_Z_INDEX, LABEL_COLOR, LABEL_COLOR_PROPERTY_KEY, LABEL_FIT_MODE, LABEL_FIT_MODE_PROPERTY_KEY, LABEL_FONT_KEY, LABEL_FONT_PROPERTY_KEY, LABEL_FONT_STYLE_KEY, LABEL_FONT_STYLE_PROPERTY_KEY, LABEL_ROTATION_ANGLE, LABEL_ROTATION_ANGLE_PROPERTY_KEY, LABEL_SIZE_KEY, LABEL_SIZE_PROPERTY_KEY, LINE_COLOR_KEY, LINE_THICKNESS_KEY, TICK_COLOR_KEY, TICK_COLOR_PROPERTY_KEY, TICK_THICKNESS_KEY, TICK_THICKNESS_PROPERTY_KEY
Constructor and Description |
---|
DateTimeCategoricalAxis() |
Modifier and Type | Method and Description |
---|---|
DateFormat |
getDateFormat()
Deprecated.
|
DateTimeComponent |
getDateTimeComponent()
Gets a value from the
DateTimeComponent enum determining the component of the
Calendar structure that will be displayed on this axis. |
DateFormat |
getDateTimeFormat()
Gets the format in which the date-time values are displayed.
|
void |
setDateTimeComponent(DateTimeComponent value)
Sets a value from the
DateTimeComponent enum determining the component of the
Calendar structure that will be displayed on this axis. |
void |
setDateTimeFormat(DateFormat format)
Sets the format in which the date-time values are displayed.
|
void |
setLabelFormat(String value)
Sets the label format string.
|
getDataPointsForValue, getGapLength, getMajorTickInterval, getPlotMode, setGapLength, setMajorTickInterval, setPlotMode
getHorizontalLocation, getVerticalLocation, setHorizontalLocation, setVerticalLocation
getLineColor, getLineDashArray, getLineThickness, getShowLine, render, setLineColor, setLineDashArray, setLineThickness, setShowLine
getAxisType, getLabelFitMode, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelInterval, getLabelLayoutMode, getLabelMargin, getLabelOffset, getLabelRenderer, getLabelRotationAngle, getLabelSize, getLabelTextColor, getLabelValueToStringConverter, getLastLabelVisibility, getLastLayoutContext, getLayoutSlot, getMajorTickOffset, getModel, getShowLabels, getTickColor, getTickThickness, getVerticalWidth, renderLabel, resolveLabelRenderer, setAxisType, setLabelFitMode, setLabelFont, setLabelFontStyle, setLabelInterval, setLabelLayoutMode, setLabelMargin, setLabelOffset, setLabelRenderer, setLabelRotationAngle, setLabelSize, setLabelTextColor, setLabelValueToStringConverter, setLastLabelVisibility, setMajorTickOffset, setShowLabels, setTickColor, setTickThickness, setVerticalWidth
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, postRender, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
public void setLabelFormat(String value)
ChartLabelRenderer
setLabelFormat
in interface ChartLabelRenderer
setLabelFormat
in class Axis
value
- The label format string. The format string is a standard Java format string.
For more information see the java formatter help page.@Deprecated public DateFormat getDateFormat()
DateFormat
class determining the way the datetime values
are displayed.public DateFormat getDateTimeFormat()
DateFormat
class determining the way the datetime values
are displayed.public void setDateTimeFormat(DateFormat format)
format
- an instance of the DateFormat
class determining the way the datetime values
are displayed.public DateTimeComponent getDateTimeComponent()
DateTimeComponent
enum determining the component of the
Calendar
structure that will be displayed on this axis.public void setDateTimeComponent(DateTimeComponent value)
DateTimeComponent
enum determining the component of the
Calendar
structure that will be displayed on this axis.