|
||||||||||
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 FormField 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...
CROSSHAIR
public static final MarkerType TRIANGLE_LITERAL
If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...
TRIANGLE
public static final MarkerType BOX_LITERAL
If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
BOX
public static final MarkerType CIRCLE_LITERAL
If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...
CIRCLE
public static final MarkerType ICON_LITERAL
ICON
public static final MarkerType NABLA_LITERAL
NABLA
public static final MarkerType DIAMOND_LITERAL
DIAMOND
public static final MarkerType FOUR_DIAMONDS_LITERAL
FOUR_DIAMONDS
public static final MarkerType ELLIPSE_LITERAL
ELLIPSE
public static final MarkerType SEMI_CIRCLE_LITERAL
SEMI_CIRCLE
public static final MarkerType HEXAGON_LITERAL
HEXAGON
public static final MarkerType RECTANGLE_LITERAL
RECTANGLE
public static final MarkerType STAR_LITERAL
STAR
public static final MarkerType COLUMN_LITERAL
COLUMN
public static final MarkerType CROSS_LITERAL
CROSS
public 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 |