public enum StyledComponent extends java.lang.Enum<StyledComponent> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
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
|
| 限定符和类型 | 字段和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static StyledComponent[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StyledComponent CHART_ALL_LITERAL
CHART_ALLpublic 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_TITLEpublic 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_BACKGROUNDpublic 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_BACKGROUNDpublic 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_BACKGROUNDpublic 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_LABELpublic 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_TITLEpublic 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_LABELpublic 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_LINEpublic 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_TITLEpublic 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_LABELpublic 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,
常量字段值public static final int CHART_TITLE
CHART_TITLE_LITERAL,
常量字段值public static final int CHART_BACKGROUND
CHART_BACKGROUND_LITERAL,
常量字段值public static final int PLOT_BACKGROUND
PLOT_BACKGROUND_LITERAL,
常量字段值public static final int LEGEND_BACKGROUND
LEGEND_BACKGROUND_LITERAL,
常量字段值public static final int LEGEND_LABEL
LEGEND_LABEL_LITERAL,
常量字段值public static final int AXIS_TITLE
AXIS_TITLE_LITERAL,
常量字段值public static final int AXIS_LABEL
AXIS_LABEL_LITERAL,
常量字段值public static final int AXIS_LINE
AXIS_LINE_LITERAL,
常量字段值public static final int SERIES_TITLE
SERIES_TITLE_LITERAL,
常量字段值public static final int SERIES_LABEL
SERIES_LABEL_LITERAL,
常量字段值public static final java.util.List<StyledComponent> VALUES
public static StyledComponent[] values()
for (StyledComponent c : StyledComponent.values()) System.out.println(c);
public static StyledComponent valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public 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 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString 在类中 java.lang.Enum<StyledComponent>Copyright © 2005-2008 Actuate Corp. All rights reserved.