LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view
Enum LyMapNode.LabelAlign

java.lang.Object
  extended by java.lang.Enum<LyMapNode.LabelAlign>
      extended by leon.view.LyMapNode.LabelAlign
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LyMapNode.LabelAlign>
Enclosing class:
LyMapNode

public static enum LyMapNode.LabelAlign
extends java.lang.Enum<LyMapNode.LabelAlign>

Possible values for attribute 'labelAlign'.


Enum Constant Summary
BOTTOM
           
CENTER
           
EXTERN
           
LEFT
           
RIGHT
           
TOP
           
 
Method Summary
static LyMapNode.LabelAlign valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LyMapNode.LabelAlign[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LEFT

public static final LyMapNode.LabelAlign LEFT

RIGHT

public static final LyMapNode.LabelAlign RIGHT

TOP

public static final LyMapNode.LabelAlign TOP

BOTTOM

public static final LyMapNode.LabelAlign BOTTOM

CENTER

public static final LyMapNode.LabelAlign CENTER

EXTERN

public static final LyMapNode.LabelAlign EXTERN
Method Detail

values

public static LyMapNode.LabelAlign[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LyMapNode.LabelAlign c : LyMapNode.LabelAlign.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LyMapNode.LabelAlign valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com