|
||||||||||
| 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.MarkerType
public final class MarkerType
A representation of the literals of the enumeration ' Marker Type', and utility methods for working with them. This type represents the possible values for markers supported for Line Series.
AttributePackage.getMarkerType(),
Serialized Form| Field Summary | |
|---|---|
static int |
BOX
The 'Box' literal value. |
static MarkerType |
BOX_LITERAL
The 'Box' literal object. |
static int |
CIRCLE
The 'Circle' literal value. |
static MarkerType |
CIRCLE_LITERAL
The 'Circle' literal object. |
static int |
COLUMN
The 'Column' literal value. |
static MarkerType |
COLUMN_LITERAL
The 'Column' literal object. |
static int |
CROSS
The 'Cross' literal value. |
static MarkerType |
CROSS_LITERAL
The 'Cross' literal object. |
static int |
CROSSHAIR
The 'Crosshair' literal value. |
static MarkerType |
CROSSHAIR_LITERAL
The 'Crosshair' literal object. |
static int |
DIAMOND
The 'Diamond' literal value. |
static MarkerType |
DIAMOND_LITERAL
The 'Diamond' literal object. |
static int |
ELLIPSE
The 'Ellipse' literal value. |
static MarkerType |
ELLIPSE_LITERAL
The 'Ellipse' literal object. |
static int |
FOUR_DIAMONDS
The 'Four Diamonds' literal value. |
static MarkerType |
FOUR_DIAMONDS_LITERAL
The 'Four Diamonds' literal object. |
static int |
HEXAGON
The 'Hexagon' literal value. |
static MarkerType |
HEXAGON_LITERAL
The 'Hexagon' literal object. |
static int |
ICON
The 'Icon' literal value. |
static MarkerType |
ICON_LITERAL
The 'Icon' literal object. |
static int |
NABLA
The 'Nabla' literal value. |
static MarkerType |
NABLA_LITERAL
The 'Nabla' literal object. |
static int |
RECTANGLE
The 'Rectangle' literal value. |
static MarkerType |
RECTANGLE_LITERAL
The 'Rectangle' literal object. |
static int |
SEMI_CIRCLE
The 'Semi Circle' literal value. |
static MarkerType |
SEMI_CIRCLE_LITERAL
The 'Semi Circle' literal object. |
static int |
STAR
The 'Star' literal value. |
static MarkerType |
STAR_LITERAL
The 'Star' literal object. |
static int |
TRIANGLE
The 'Triangle' literal value. |
static MarkerType |
TRIANGLE_LITERAL
The 'Triangle' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Marker Type' enumerators. |
| Method Summary | |
|---|---|
static MarkerType |
get(int value)
Returns the 'Marker Type' literal with the specified integer value. |
static MarkerType |
get(java.lang.String literal)
Returns the 'Marker Type' literal with the specified literal value. |
static MarkerType |
getByName(java.lang.String name)
Returns the 'Marker Type' 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 CROSSHAIR
CROSSHAIR_LITERAL,
Constant Field Valuespublic static final int TRIANGLE
TRIANGLE_LITERAL,
Constant Field Valuespublic static final int BOX
BOX_LITERAL,
Constant Field Valuespublic static final int CIRCLE
CIRCLE_LITERAL,
Constant Field Valuespublic static final int ICON
If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...
ICON_LITERAL,
Constant Field Valuespublic static final int NABLA
If the meaning of 'Nabla' literal object isn't clear, there really should be more of a description here...
NABLA_LITERAL,
Constant Field Valuespublic static final int DIAMOND
If the meaning of 'Diamond' literal object isn't clear, there really should be more of a description here...
DIAMOND_LITERAL,
Constant Field Valuespublic static final int FOUR_DIAMONDS
If the meaning of 'Four Diamonds' literal object isn't clear, there really should be more of a description here...
FOUR_DIAMONDS_LITERAL,
Constant Field Valuespublic static final int ELLIPSE
If the meaning of 'Ellipse' literal object isn't clear, there really should be more of a description here...
ELLIPSE_LITERAL,
Constant Field Valuespublic static final int SEMI_CIRCLE
If the meaning of 'Semi Circle' literal object isn't clear, there really should be more of a description here...
SEMI_CIRCLE_LITERAL,
Constant Field Valuespublic static final int HEXAGON
If the meaning of 'Hexagon' literal object isn't clear, there really should be more of a description here...
HEXAGON_LITERAL,
Constant Field Valuespublic static final int RECTANGLE
If the meaning of 'Rectangle' literal object isn't clear, there really should be more of a description here...
RECTANGLE_LITERAL,
Constant Field Valuespublic static final int STAR
If the meaning of 'Star' literal object isn't clear, there really should be more of a description here...
STAR_LITERAL,
Constant Field Valuespublic static final int COLUMN
If the meaning of 'Column' literal object isn't clear, there really should be more of a description here...
COLUMN_LITERAL,
Constant Field Valuespublic static final int CROSS
If the meaning of 'Cross' literal object isn't clear, there really should be more of a description here...
CROSS_LITERAL,
Constant Field Valuespublic static final MarkerType CROSSHAIR_LITERAL
If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
CROSSHAIRpublic static final MarkerType TRIANGLE_LITERAL
If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...
TRIANGLEpublic static final MarkerType BOX_LITERAL
If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
BOXpublic static final MarkerType CIRCLE_LITERAL
If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...
CIRCLEpublic static final MarkerType ICON_LITERAL
ICONpublic static final MarkerType NABLA_LITERAL
NABLApublic static final MarkerType DIAMOND_LITERAL
DIAMONDpublic static final MarkerType FOUR_DIAMONDS_LITERAL
FOUR_DIAMONDSpublic static final MarkerType ELLIPSE_LITERAL
ELLIPSEpublic static final MarkerType SEMI_CIRCLE_LITERAL
SEMI_CIRCLEpublic static final MarkerType HEXAGON_LITERAL
HEXAGONpublic static final MarkerType RECTANGLE_LITERAL
RECTANGLEpublic static final MarkerType STAR_LITERAL
STARpublic static final MarkerType COLUMN_LITERAL
COLUMNpublic static final MarkerType CROSS_LITERAL
CROSSpublic static final java.util.List VALUES
| Method Detail |
|---|
public static MarkerType get(java.lang.String literal)
public static MarkerType getByName(java.lang.String name)
public static MarkerType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||