org.eclipse.birt.chart.model.attribute
Class MarkerType

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.birt.chart.model.attribute.MarkerType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class MarkerType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
AttributePackage.getMarkerType()

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

CROSSHAIR

public static final int CROSSHAIR
The 'Crosshair' literal value.

See Also:
CROSSHAIR_LITERAL, Constant Field Values

TRIANGLE

public static final int TRIANGLE
The 'Triangle' literal value.

See Also:
TRIANGLE_LITERAL, Constant Field Values

BOX

public static final int BOX
The 'Box' literal value.

See Also:
BOX_LITERAL, Constant Field Values

CIRCLE

public static final int CIRCLE
The 'Circle' literal value.

See Also:
CIRCLE_LITERAL, Constant Field Values

ICON

public static final int ICON
The 'Icon' literal value.

If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...

See Also:
ICON_LITERAL, Constant Field Values

NABLA

public static final int NABLA
The 'Nabla' literal value.

If the meaning of 'Nabla' literal object isn't clear, there really should be more of a description here...

See Also:
NABLA_LITERAL, Constant Field Values

DIAMOND

public static final int DIAMOND
The 'Diamond' literal value.

If the meaning of 'Diamond' literal object isn't clear, there really should be more of a description here...

See Also:
DIAMOND_LITERAL, Constant Field Values

FOUR_DIAMONDS

public static final int FOUR_DIAMONDS
The 'Four Diamonds' literal value.

If the meaning of 'Four Diamonds' literal object isn't clear, there really should be more of a description here...

See Also:
FOUR_DIAMONDS_LITERAL, Constant Field Values

ELLIPSE

public static final int ELLIPSE
The 'Ellipse' literal value.

If the meaning of 'Ellipse' literal object isn't clear, there really should be more of a description here...

See Also:
ELLIPSE_LITERAL, Constant Field Values

SEMI_CIRCLE

public static final int SEMI_CIRCLE
The 'Semi Circle' literal value.

If the meaning of 'Semi Circle' literal object isn't clear, there really should be more of a description here...

See Also:
SEMI_CIRCLE_LITERAL, Constant Field Values

HEXAGON

public static final int HEXAGON
The 'Hexagon' literal value.

If the meaning of 'Hexagon' literal object isn't clear, there really should be more of a description here...

See Also:
HEXAGON_LITERAL, Constant Field Values

RECTANGLE

public static final int RECTANGLE
The 'Rectangle' literal value.

If the meaning of 'Rectangle' literal object isn't clear, there really should be more of a description here...

See Also:
RECTANGLE_LITERAL, Constant Field Values

STAR

public static final int STAR
The 'Star' literal value.

If the meaning of 'Star' literal object isn't clear, there really should be more of a description here...

See Also:
STAR_LITERAL, Constant Field Values

COLUMN

public static final int COLUMN
The 'Column' literal value.

If the meaning of 'Column' literal object isn't clear, there really should be more of a description here...

See Also:
COLUMN_LITERAL, Constant Field Values

CROSS

public static final int CROSS
The 'Cross' literal value.

If the meaning of 'Cross' literal object isn't clear, there really should be more of a description here...

See Also:
CROSS_LITERAL, Constant Field Values

CROSSHAIR_LITERAL

public static final MarkerType CROSSHAIR_LITERAL
The 'Crosshair' literal object.

If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...

See Also:
CROSSHAIR

TRIANGLE_LITERAL

public static final MarkerType TRIANGLE_LITERAL
The 'Triangle' literal object.

If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...

See Also:
TRIANGLE

BOX_LITERAL

public static final MarkerType BOX_LITERAL
The 'Box' literal object.

If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...

See Also:
BOX

CIRCLE_LITERAL

public static final MarkerType CIRCLE_LITERAL
The 'Circle' literal object.

If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...

See Also:
CIRCLE

ICON_LITERAL

public static final MarkerType ICON_LITERAL
The 'Icon' literal object.

See Also:
ICON

NABLA_LITERAL

public static final MarkerType NABLA_LITERAL
The 'Nabla' literal object.

See Also:
NABLA

DIAMOND_LITERAL

public static final MarkerType DIAMOND_LITERAL
The 'Diamond' literal object.

See Also:
DIAMOND

FOUR_DIAMONDS_LITERAL

public static final MarkerType FOUR_DIAMONDS_LITERAL
The 'Four Diamonds' literal object.

See Also:
FOUR_DIAMONDS

ELLIPSE_LITERAL

public static final MarkerType ELLIPSE_LITERAL
The 'Ellipse' literal object.

See Also:
ELLIPSE

SEMI_CIRCLE_LITERAL

public static final MarkerType SEMI_CIRCLE_LITERAL
The 'Semi Circle' literal object.

See Also:
SEMI_CIRCLE

HEXAGON_LITERAL

public static final MarkerType HEXAGON_LITERAL
The 'Hexagon' literal object.

See Also:
HEXAGON

RECTANGLE_LITERAL

public static final MarkerType RECTANGLE_LITERAL
The 'Rectangle' literal object.

See Also:
RECTANGLE

STAR_LITERAL

public static final MarkerType STAR_LITERAL
The 'Star' literal object.

See Also:
STAR

COLUMN_LITERAL

public static final MarkerType COLUMN_LITERAL
The 'Column' literal object.

See Also:
COLUMN

CROSS_LITERAL

public static final MarkerType CROSS_LITERAL
The 'Cross' literal object.

See Also:
CROSS

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Marker Type' enumerators.

Method Detail

get

public static MarkerType get(java.lang.String literal)
Returns the 'Marker Type' literal with the specified literal value.


getByName

public static MarkerType getByName(java.lang.String name)
Returns the 'Marker Type' literal with the specified name.


get

public static MarkerType get(int value)
Returns the 'Marker Type' literal with the specified integer value.



Copyright © 2005-2007 Actuate Corp. All rights reserved.