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

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

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

A representation of the literals of the enumeration ' Horizontal Alignment', and utility methods for working with them. This type defines the allowed values for Horizontal Text alignment.

See Also:
AttributePackage.getHorizontalAlignment()

Field Summary
static int CENTER
          The 'Center' literal value.
static HorizontalAlignment CENTER_LITERAL
          The 'Center' literal object.
static int LEFT
          The 'Left' literal value.
static HorizontalAlignment LEFT_LITERAL
          The 'Left' literal object.
static int RIGHT
          The 'Right' literal value.
static HorizontalAlignment RIGHT_LITERAL
          The 'Right' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Horizontal Alignment' enumerators.
 
Method Summary
static HorizontalAlignment get(int value)
          Returns the 'Horizontal Alignment' literal with the specified integer value.
static HorizontalAlignment get(java.lang.String literal)
          Returns the 'Horizontal Alignment' literal with the specified literal value.
static HorizontalAlignment getByName(java.lang.String name)
          Returns the 'Horizontal Alignment' 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

LEFT

public static final int LEFT
The 'Left' literal value.

See Also:
LEFT_LITERAL, Constant Field Values

CENTER

public static final int CENTER
The 'Center' literal value.

See Also:
CENTER_LITERAL, Constant Field Values

RIGHT

public static final int RIGHT
The 'Right' literal value.

See Also:
RIGHT_LITERAL, Constant Field Values

LEFT_LITERAL

public static final HorizontalAlignment LEFT_LITERAL
The 'Left' literal object.

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

See Also:
LEFT

CENTER_LITERAL

public static final HorizontalAlignment CENTER_LITERAL
The 'Center' literal object.

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

See Also:
CENTER

RIGHT_LITERAL

public static final HorizontalAlignment RIGHT_LITERAL
The 'Right' literal object.

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

See Also:
RIGHT

VALUES

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

Method Detail

get

public static HorizontalAlignment get(java.lang.String literal)
Returns the 'Horizontal Alignment' literal with the specified literal value.


getByName

public static HorizontalAlignment getByName(java.lang.String name)
Returns the 'Horizontal Alignment' literal with the specified name.


get

public static HorizontalAlignment get(int value)
Returns the 'Horizontal Alignment' literal with the specified integer value.



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