org.arakhne.neteditor.figlayout
public enum FigureLayoutDirection extends Enum<FigureLayoutDirection>
| Enum Constant and Description |
|---|
HORIZONTAL
The laying out is done horizontally.
|
VERTICAL
The laying out is done vertically.
|
| Modifier and Type | Method and Description |
|---|---|
static FigureLayoutDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FigureLayoutDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FigureLayoutDirection VERTICAL
public static final FigureLayoutDirection HORIZONTAL
public static FigureLayoutDirection[] values()
for (FigureLayoutDirection c : FigureLayoutDirection.values()) System.out.println(c);
public static FigureLayoutDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor