Package com.iizix.prop.ui.chart.axis2d
Enum Class AxisFixUpper
- All Implemented Interfaces:
IPropCnrChoiceOption<IAxisChoiceOption>
,IAxisChoiceOption
,Serializable
,Comparable<AxisFixUpper>
,Constable
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE. These default to NONE, and when set will force the end bounds to align to the corresponding tick division. If NONE is chosen, the end bounds will be the highest values in the data set.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Method Summary
Modifier and TypeMethodDescriptionGets all the choices possible, including default.Gets the default value.int
getInt()
Returns the choice as an integer value.Gets the property name.static AxisFixUpper
Returns the enum constant of this class with the specified name.static AxisFixUpper[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
NONE
Default fixUpper. The end bounds will be the highest values in your data set.MAJOR
MINOR
MICRO
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
getDefault
Gets the default value. This value is used to initialize the property.- Specified by:
getDefault
in interfaceIPropCnrChoiceOption<IAxisChoiceOption>
- Returns:
NONE
.
enumValues
Gets all the choices possible, including default.- Specified by:
enumValues
in interfaceIPropCnrChoiceOption<IAxisChoiceOption>
getInt
public int getInt()Returns the choice as an integer value.- Specified by:
getInt
in interfaceIPropCnrChoiceOption<IAxisChoiceOption>
getPropName
Gets the property name.- Specified by:
getPropName
in interfaceIPropCnrChoiceOption<IAxisChoiceOption>