Package com.iizix.prop.ui.chart.plot2d
Enum Class PlotLabelStyle
- All Implemented Interfaces:
IPropCnrChoiceOption<IPlotChoiceOption>
,IPlotChoiceOption
,Serializable
,Comparable<PlotLabelStyle>
,Constable
The placement of the labels varies with the different chart plot types along with their default values. For a pie, they include "default" (the default), and "columns". For Cartesian charts, it must be either "inside" or "outside". By default the labels are drawn "inside" the shape representing the data point (a column rectangle for a Columns plot or a marker for a Line plot for instance). When "outside" is used the labels are drawn above the data point shape.
- 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 PlotLabelStyle
Returns the enum constant of this class with the specified name.static PlotLabelStyle[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
DEFAULT
Default is DEFAULT, but really depends on the plot type in the end.INSIDE
OUTSIDE
COLUMNS
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:
DEFAULT
, 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>