|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.birt.chart.model.attribute.LineStyle
public final class LineStyle
A representation of the literals of the enumeration ' Line Style', and utility methods for working with them. This type represents the possible values for line styles.
AttributePackage.getLineStyle(),
Serialized Form| Field Summary | |
|---|---|
static int |
DASH_DOTTED
The 'Dash Dotted' literal value. |
static LineStyle |
DASH_DOTTED_LITERAL
The 'Dash Dotted' literal object. |
static int |
DASHED
The 'Dashed' literal value. |
static LineStyle |
DASHED_LITERAL
The 'Dashed' literal object. |
static int |
DOTTED
The 'Dotted' literal value. |
static LineStyle |
DOTTED_LITERAL
The 'Dotted' literal object. |
static int |
SOLID
The 'Solid' literal value. |
static LineStyle |
SOLID_LITERAL
The 'Solid' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Line Style' enumerators. |
| Method Summary | |
|---|---|
static LineStyle |
get(int value)
Returns the 'Line Style' literal with the specified integer value. |
static LineStyle |
get(java.lang.String literal)
Returns the 'Line Style' literal with the specified literal value. |
static LineStyle |
getByName(java.lang.String name)
Returns the 'Line Style' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SOLID
SOLID_LITERAL,
Constant Field Valuespublic static final int DASHED
DASHED_LITERAL,
Constant Field Valuespublic static final int DOTTED
DOTTED_LITERAL,
Constant Field Valuespublic static final int DASH_DOTTED
DASH_DOTTED_LITERAL,
Constant Field Valuespublic static final LineStyle SOLID_LITERAL
If the meaning of 'Solid' literal object isn't clear, there really should be more of a description here...
SOLIDpublic static final LineStyle DASHED_LITERAL
If the meaning of 'Dashed' literal object isn't clear, there really should be more of a description here...
DASHEDpublic static final LineStyle DOTTED_LITERAL
If the meaning of 'Dotted' literal object isn't clear, there really should be more of a description here...
DOTTEDpublic static final LineStyle DASH_DOTTED_LITERAL
If the meaning of 'Dash Dotted' literal object isn't clear, there really should be more of a description here...
DASH_DOTTEDpublic static final java.util.List VALUES
| Method Detail |
|---|
public static LineStyle get(java.lang.String literal)
public static LineStyle getByName(java.lang.String name)
public static LineStyle get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||