Modifier and Type | Method and Description |
---|---|
FoldLayout.Orientation |
UnfoldAnimation.getOrientation()
The available orientations are
Orientation.HORIZONTAL and
Orientation.VERTICAL . |
FoldLayout.Orientation |
FoldLayout.getOrientation() |
FoldLayout.Orientation |
FoldAnimation.getOrientation()
The available orientations are
Orientation.HORIZONTAL and
Orientation.VERTICAL . |
static FoldLayout.Orientation |
FoldLayout.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FoldLayout.Orientation[] |
FoldLayout.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnfoldAnimation |
UnfoldAnimation.setOrientation(FoldLayout.Orientation orientation)
The available orientations are
Orientation.HORIZONTAL and
Orientation.VERTICAL . |
void |
FoldLayout.setOrientation(FoldLayout.Orientation orientation) |
FoldAnimation |
FoldAnimation.setOrientation(FoldLayout.Orientation orientation)
The available orientations are
Orientation.HORIZONTAL and
Orientation.VERTICAL . |