|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Flow.Direction>
com.guiseframework.component.layout.Flow.Direction
public static enum Flow.Direction
The flow direction for a line or page, relative to the origin in the top, left-hand corner of the area.
Flow.End| Enum Constant Summary | |
|---|---|
DECREASING
Right-to-left lines or bottom-to-top pages. |
|
INCREASING
Left-to-right lines or top-to-bottom pages. |
|
| Method Summary | |
|---|---|
Flow.End |
getEnd(Flow.Direction direction)
Determines the end at which the given direction would arrive relative to this direction. |
static Flow.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Flow.Direction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Flow.Direction INCREASING
public static final Flow.Direction DECREASING
| Method Detail |
|---|
public static Flow.Direction[] values()
for (Flow.Direction c : Flow.Direction.values()) System.out.println(c);
public static Flow.Direction 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 name
java.lang.NullPointerException - if the argument is nullpublic Flow.End getEnd(Flow.Direction direction)
direction - The relative direction or which the end should be returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||