public static enum SVGVO.VerticalAlignment extends java.lang.Enum<SVGVO.VerticalAlignment>
| Enum Constant and Description |
|---|
BOTTOM
Alinhamento inferior.
|
CENTER
Alinhamento central.
|
TOP
Alinhamento superior.
|
| Modifier and Type | Method and Description |
|---|---|
static SVGVO.VerticalAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVGVO.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGVO.VerticalAlignment BOTTOM
public static final SVGVO.VerticalAlignment TOP
public static final SVGVO.VerticalAlignment CENTER
public static SVGVO.VerticalAlignment[] values()
for (SVGVO.VerticalAlignment c : SVGVO.VerticalAlignment.values()) System.out.println(c);
public static SVGVO.VerticalAlignment valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.