Package com.iizix.prop.ui.chart.axis2d
Enum Class AxisFixLower
- All Implemented Interfaces:
- IPropCnrChoiceOption<IAxisChoiceOption>,- IAxisChoiceOption,- Serializable,- Comparable<AxisFixLower>,- 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 lowest 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 SummaryEnum Constants
- Method SummaryModifier 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 AxisFixLowerReturns the enum constant of this class with the specified name.- static AxisFixLower[]- values()Returns an array containing the constants of this enum class, in the order they are declared.
- Enum Constant Details- NONEDefault fixLower. The end bounds will be the lowest values in your data set.
- MAJOR
- MINOR
- MICRO
 
- Method Details- valuesReturns 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
 
- valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- getDefaultGets the default value. This value is used to initialize the property.- Specified by:
- getDefaultin interface- IPropCnrChoiceOption<IAxisChoiceOption>
- Returns:
- NONE.
 
- enumValuesGets all the choices possible, including default.- Specified by:
- enumValuesin interface- IPropCnrChoiceOption<IAxisChoiceOption>
 
- getIntpublic int getInt()Returns the choice as an integer value.- Specified by:
- getIntin interface- IPropCnrChoiceOption<IAxisChoiceOption>
 
- getPropNameGets the property name.- Specified by:
- getPropNamein interface- IPropCnrChoiceOption<IAxisChoiceOption>