- All Implemented Interfaces:
Serializable
,Comparable<AxisBuilder.Spacing>
- Enclosing class:
- AxisBuilder<T extends Graph.Axis>
Spacings between similar tick marks for the class
AxisBuilder.ClockTime
.-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies ticks space on twenty-four-hour intervals.Specifies ticks space on fifteen-minute intervals.Specifies ticks spaced on fifteen-second intervals.Specifies ticks space on five-minute intervals.Specifies ticks spaced on five-second intervals.Specifies ticks space on hour intervals.Specifies ticks space on minute intervals.Specifies ticks spaced on second intervals.Specifies ticks space on ten-hour intervals.Specifies ticks space on ten-minute intervals.Specifies ticks spaced on ten-second intervals.Specifies ticks space on thirty-minute intervals.Specifies ticks spaced on thirty-second intervals.Specifies ticks space on twelve-hour intervals. -
Method Summary
Modifier and TypeMethodDescriptionstatic AxisBuilder.Spacing
Returns the enum constant of this type with the specified name.static AxisBuilder.Spacing[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SECONDS
Specifies ticks spaced on second intervals. -
FIVE_SECONDS
Specifies ticks spaced on five-second intervals. -
TEN_SECONDS
Specifies ticks spaced on ten-second intervals. -
FIFTEEN_SECONDS
Specifies ticks spaced on fifteen-second intervals. -
THIRTY_SECONDS
Specifies ticks spaced on thirty-second intervals. -
MINUTES
Specifies ticks space on minute intervals. -
FIVE_MINUTES
Specifies ticks space on five-minute intervals. -
TEN_MINUTES
Specifies ticks space on ten-minute intervals. -
FIFTEEN_MINUTES
Specifies ticks space on fifteen-minute intervals. -
THIRTY_MINUTES
Specifies ticks space on thirty-minute intervals. -
HOURS
Specifies ticks space on hour intervals. -
TEN_HOURS
Specifies ticks space on ten-hour intervals. -
TWELVE_HOURS
Specifies ticks space on twelve-hour intervals. -
DAYS
Specifies ticks space on twenty-four-hour intervals.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-