Enum StyledComponent
- All Implemented Interfaces:
Serializable
,Comparable<StyledComponent>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Axis Label' literal object.The 'Axis Line' literal object.The 'Axis Title' literal object.The 'Chart All' literal object.The 'Chart Background' literal object.The 'Chart Title' literal object.The 'Legend Background' literal object.The 'Legend Label' literal object.The 'Plot Background' literal object.The 'Series Label' literal object.The 'Series Title' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Axis Label' literal value.static final int
The 'Axis Line' literal value.static final int
The 'Axis Title' literal value.static final int
The 'Chart All' literal value.static final int
The 'Chart Background' literal value.static final int
The 'Chart Title' literal value.static final int
The 'Legend Background' literal value.static final int
The 'Legend Label' literal value.static final int
The 'Plot Background' literal value.static final int
The 'Series Label' literal value.static final int
The 'Series Title' literal value.static final List<StyledComponent>
A public read-only list of all the 'Styled Component' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic StyledComponent
get
(int value) Returns the 'Styled Component' literal with the specified integer value.static StyledComponent
Returns the 'Styled Component' literal with the specified literal value.static StyledComponent
Returns the 'Styled Component' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static StyledComponent
Returns the enum constant of this type with the specified name.static StyledComponent[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
CHART_ALL_LITERAL
The 'Chart All' literal object.- See Also:
-
CHART_TITLE_LITERAL
The 'Chart Title' literal object.If the meaning of 'Chart Title' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CHART_BACKGROUND_LITERAL
The 'Chart Background' literal object.If the meaning of 'Chart Background' literal object isn't clear, there really should be more of a description here...
- See Also:
-
PLOT_BACKGROUND_LITERAL
The 'Plot Background' literal object.If the meaning of 'Plot Background' literal object isn't clear, there really should be more of a description here...
- See Also:
-
LEGEND_BACKGROUND_LITERAL
The 'Legend Background' literal object.If the meaning of 'Legend Background' literal object isn't clear, there really should be more of a description here...
- See Also:
-
LEGEND_LABEL_LITERAL
The 'Legend Label' literal object.If the meaning of 'Legend Label' literal object isn't clear, there really should be more of a description here...
- See Also:
-
AXIS_TITLE_LITERAL
The 'Axis Title' literal object.If the meaning of 'Axis Title' literal object isn't clear, there really should be more of a description here...
- See Also:
-
AXIS_LABEL_LITERAL
The 'Axis Label' literal object.If the meaning of 'Axis Label' literal object isn't clear, there really should be more of a description here...
- See Also:
-
AXIS_LINE_LITERAL
The 'Axis Line' literal object.If the meaning of 'Axis Line' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SERIES_TITLE_LITERAL
The 'Series Title' literal object.If the meaning of 'Series Title' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SERIES_LABEL_LITERAL
The 'Series Label' literal object.If the meaning of 'Series Label' literal object isn't clear, there really should be more of a description here...
- See Also:
-
-
Field Details
-
CHART_ALL
public static final int CHART_ALLThe 'Chart All' literal value.If the meaning of 'Chart All' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CHART_TITLE
public static final int CHART_TITLEThe 'Chart Title' literal value.- See Also:
-
CHART_BACKGROUND
public static final int CHART_BACKGROUNDThe 'Chart Background' literal value. -
PLOT_BACKGROUND
public static final int PLOT_BACKGROUNDThe 'Plot Background' literal value.- See Also:
-
LEGEND_BACKGROUND
public static final int LEGEND_BACKGROUNDThe 'Legend Background' literal value. -
LEGEND_LABEL
public static final int LEGEND_LABELThe 'Legend Label' literal value.- See Also:
-
AXIS_TITLE
public static final int AXIS_TITLEThe 'Axis Title' literal value.- See Also:
-
AXIS_LABEL
public static final int AXIS_LABELThe 'Axis Label' literal value.- See Also:
-
AXIS_LINE
public static final int AXIS_LINEThe 'Axis Line' literal value.- See Also:
-
SERIES_TITLE
public static final int SERIES_TITLEThe 'Series Title' literal value.- See Also:
-
SERIES_LABEL
public static final int SERIES_LABELThe 'Series Label' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Styled Component' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Styled Component' literal with the specified literal value. -
getByName
Returns the 'Styled Component' literal with the specified name. -
get
Returns the 'Styled Component' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<StyledComponent>
-