|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StyledComponent>
org.eclipse.birt.chart.model.attribute.StyledComponent
public enum StyledComponent
A representation of the literals of the enumeration 'Styled Component', and utility methods for working with them. This type represents the possible values for the legend item type.
AttributePackage.getStyledComponent()
Enum Constant Summary | |
---|---|
AXIS_LABEL_LITERAL
The 'Axis Label' literal object. |
|
AXIS_LINE_LITERAL
The 'Axis Line' literal object. |
|
AXIS_TITLE_LITERAL
The 'Axis Title' literal object. |
|
CHART_ALL_LITERAL
The 'Chart All' literal object. |
|
CHART_BACKGROUND_LITERAL
The 'Chart Background' literal object. |
|
CHART_TITLE_LITERAL
The 'Chart Title' literal object. |
|
LEGEND_BACKGROUND_LITERAL
The 'Legend Background' literal object. |
|
LEGEND_LABEL_LITERAL
The 'Legend Label' literal object. |
|
PLOT_BACKGROUND_LITERAL
The 'Plot Background' literal object. |
|
SERIES_LABEL_LITERAL
The 'Series Label' literal object. |
|
SERIES_TITLE_LITERAL
The 'Series Title' literal object. |
Field Summary | |
---|---|
static int |
AXIS_LABEL
The 'Axis Label' literal value. |
static int |
AXIS_LINE
The 'Axis Line' literal value. |
static int |
AXIS_TITLE
The 'Axis Title' literal value. |
static int |
CHART_ALL
The 'Chart All' literal value. |
static int |
CHART_BACKGROUND
The 'Chart Background' literal value. |
static int |
CHART_TITLE
The 'Chart Title' literal value. |
static int |
LEGEND_BACKGROUND
The 'Legend Background' literal value. |
static int |
LEGEND_LABEL
The 'Legend Label' literal value. |
static int |
PLOT_BACKGROUND
The 'Plot Background' literal value. |
static int |
SERIES_LABEL
The 'Series Label' literal value. |
static int |
SERIES_TITLE
The 'Series Title' literal value. |
static java.util.List<StyledComponent> |
VALUES
A public read-only list of all the 'Styled Component' enumerators. |
Method Summary | |
---|---|
static StyledComponent |
get(int value)
Returns the 'Styled Component' literal with the specified integer value. |
static StyledComponent |
get(java.lang.String literal)
Returns the 'Styled Component' literal with the specified literal value. |
static StyledComponent |
getByName(java.lang.String name)
Returns the 'Styled Component' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static StyledComponent |
valueOf(java.lang.String name)
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're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StyledComponent CHART_ALL_LITERAL
CHART_ALL
public static final StyledComponent CHART_TITLE_LITERAL
If the meaning of 'Chart Title' literal object isn't clear, there really should be more of a description here...
CHART_TITLE
public static final StyledComponent CHART_BACKGROUND_LITERAL
If the meaning of 'Chart Background' literal object isn't clear, there really should be more of a description here...
CHART_BACKGROUND
public static final StyledComponent PLOT_BACKGROUND_LITERAL
If the meaning of 'Plot Background' literal object isn't clear, there really should be more of a description here...
PLOT_BACKGROUND
public static final StyledComponent LEGEND_BACKGROUND_LITERAL
If the meaning of 'Legend Background' literal object isn't clear, there really should be more of a description here...
LEGEND_BACKGROUND
public static final StyledComponent LEGEND_LABEL_LITERAL
If the meaning of 'Legend Label' literal object isn't clear, there really should be more of a description here...
LEGEND_LABEL
public static final StyledComponent AXIS_TITLE_LITERAL
If the meaning of 'Axis Title' literal object isn't clear, there really should be more of a description here...
AXIS_TITLE
public static final StyledComponent AXIS_LABEL_LITERAL
If the meaning of 'Axis Label' literal object isn't clear, there really should be more of a description here...
AXIS_LABEL
public static final StyledComponent AXIS_LINE_LITERAL
If the meaning of 'Axis Line' literal object isn't clear, there really should be more of a description here...
AXIS_LINE
public static final StyledComponent SERIES_TITLE_LITERAL
If the meaning of 'Series Title' literal object isn't clear, there really should be more of a description here...
SERIES_TITLE
public static final StyledComponent SERIES_LABEL_LITERAL
If the meaning of 'Series Label' literal object isn't clear, there really should be more of a description here...
SERIES_LABEL
Field Detail |
---|
public static final int CHART_ALL
If the meaning of 'Chart All' literal object isn't clear, there really should be more of a description here...
CHART_ALL_LITERAL
,
Constant Field Valuespublic static final int CHART_TITLE
CHART_TITLE_LITERAL
,
Constant Field Valuespublic static final int CHART_BACKGROUND
CHART_BACKGROUND_LITERAL
,
Constant Field Valuespublic static final int PLOT_BACKGROUND
PLOT_BACKGROUND_LITERAL
,
Constant Field Valuespublic static final int LEGEND_BACKGROUND
LEGEND_BACKGROUND_LITERAL
,
Constant Field Valuespublic static final int LEGEND_LABEL
LEGEND_LABEL_LITERAL
,
Constant Field Valuespublic static final int AXIS_TITLE
AXIS_TITLE_LITERAL
,
Constant Field Valuespublic static final int AXIS_LABEL
AXIS_LABEL_LITERAL
,
Constant Field Valuespublic static final int AXIS_LINE
AXIS_LINE_LITERAL
,
Constant Field Valuespublic static final int SERIES_TITLE
SERIES_TITLE_LITERAL
,
Constant Field Valuespublic static final int SERIES_LABEL
SERIES_LABEL_LITERAL
,
Constant Field Valuespublic static final java.util.List<StyledComponent> VALUES
Method Detail |
---|
public static final StyledComponent[] values()
for(StyledComponent c : StyledComponent.values()) System.out.println(c);
public static StyledComponent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static StyledComponent get(java.lang.String literal)
public static StyledComponent getByName(java.lang.String name)
public static StyledComponent get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<StyledComponent>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |