Package com.iizix.prop.ui.chart.plot2d
Enum Class PlotRadialGradient
- All Implemented Interfaces:
IPropCnrChoiceOption<IPlotChoiceOption>
,IPlotChoiceOption
,Serializable
,Comparable<PlotRadialGradient>
,Constable
The option for radial gradient in a pie: NATIVE, LINEAR or FAN.
- 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 PlotRadialGradient
Returns the enum constant of this class with the specified name.static PlotRadialGradient[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
NATIVE
Default is NATIVE, but really depends on the plot type in the end.LINEAR
FAN
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<IPlotChoiceOption>
- Returns:
NATIVE
, but really depends on the plot type in the end.
enumValues
Gets all the choices possible, including default.- Specified by:
enumValues
in interfaceIPropCnrChoiceOption<IPlotChoiceOption>
getInt
public int getInt()Returns the choice as an integer value.- Specified by:
getInt
in interfaceIPropCnrChoiceOption<IPlotChoiceOption>
getPropName
Gets the property name.- Specified by:
getPropName
in interfaceIPropCnrChoiceOption<IPlotChoiceOption>