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

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

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

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

See Also:
AttributePackage.getVerticalAlignment()

Field Summary
static int BOTTOM
          The 'Bottom' literal value
static VerticalAlignment BOTTOM_LITERAL
          The 'Bottom' literal object
static int CENTER
          The 'Center' literal value
static VerticalAlignment CENTER_LITERAL
          The 'Center' literal object
static int TOP
          The 'Top' literal value
static VerticalAlignment TOP_LITERAL
          The 'Top' literal object
static java.util.List VALUES
          A public read-only list of all the 'Vertical Alignment' enumerators
 
Method Summary
static VerticalAlignment get(int value)
          Returns the 'Vertical Alignment' literal with the specified integer value
static VerticalAlignment get(java.lang.String literal)
          Returns the 'Vertical Alignment' literal with the specified literal value
static VerticalAlignment getByName(java.lang.String name)
          Returns the 'Vertical 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

TOP

public static final int TOP
The 'Top' literal value.

See Also:
TOP_LITERAL, Constant Field Values

CENTER

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

See Also:
CENTER_LITERAL, Constant Field Values

BOTTOM

public static final int BOTTOM
The 'Bottom' literal value.

See Also:
BOTTOM_LITERAL, Constant Field Values

TOP_LITERAL

public static final VerticalAlignment TOP_LITERAL
The 'Top' literal object.

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

See Also:
TOP

CENTER_LITERAL

public static final VerticalAlignment 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

BOTTOM_LITERAL

public static final VerticalAlignment BOTTOM_LITERAL
The 'Bottom' literal object.

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

See Also:
BOTTOM

VALUES

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

Method Detail

get

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


getByName

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


get

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



Copyright © 2005 Actuate Corp. All rights reserved.