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
TODO: field or method? 
 | 
| 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–2016 Drombler. All rights reserved.