public class SplitLevel extends Object
Orientation.VERTICAL
orientation.
Each even level has a Orientation.VERTICAL
orientation and each odd level a Orientation.HORIZONTAL
orientation.Modifier and Type | Field and Description |
---|---|
static SplitLevel |
ROOT
The root level (0).
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getLevel()
Gets the level.
|
Orientation |
getOrientation()
Gets the orientation.
|
int |
hashCode() |
String |
toString() |
static SplitLevel |
valueOf(int level)
Returns a SplitLevel for the given level.
|
public static final SplitLevel ROOT
public int getLevel()
public Orientation getOrientation()
public static SplitLevel valueOf(int level)
level
- the levelCopyright © 2012–2019 Drombler. All rights reserved.