public enum AxisNumber extends Enum<AxisNumber> implements IPropCnrNumber
Enum Constant and Description |
---|
FROM
The "from" value forces the chart to render data visible from this value, not defined by default as Double.NaN.
|
MAJOR_TICK_STEP
The amount to skip before a major tick is drawn.
|
MAXIMUM
The maximum value or Double.NaN for default, i.e.
|
MICRO_TICK_STEP
The amount to skip before a micro tick is drawn.
|
MINIMUM
The minimum value or Double.NaN for default, i.e.
|
MINOR_TICK_STEP
The amount to skip before a minor tick is drawn.
|
TO
The "to" value forces the chart to render data visible to this value or, not defined by default as Double.NaN.
|
Modifier and Type | Method and Description |
---|---|
double |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static AxisNumber |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisNumber[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
validate
public static final AxisNumber MINIMUM
public static final AxisNumber MAXIMUM
public static final AxisNumber FROM
public static final AxisNumber TO
public static final AxisNumber MAJOR_TICK_STEP
Default 4.0.
public static final AxisNumber MINOR_TICK_STEP
Default 2.0.
public static final AxisNumber MICRO_TICK_STEP
Default 1.0.
public static AxisNumber[] values()
for (AxisNumber c : AxisNumber.values()) System.out.println(c);
public static AxisNumber valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic double getDefaultValue()
getDefaultValue
in interface IPropCnrNumber
public String getPropName()
getPropName
in interface IPropCnrNumber
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.