public final class JunctionSides
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static JunctionSides |
BOTTOM
Element connects on the bottom side.
|
static JunctionSides |
CORNER_BOTTOMLEFT
Element connects on the bottom-left corner.
|
static JunctionSides |
CORNER_BOTTOMRIGHT
Element connects on the bottom-right corner.
|
static JunctionSides |
CORNER_TOPLEFT
Element connects on the top-left corner.
|
static JunctionSides |
CORNER_TOPRIGHT
Element connects on the top-right corner.
|
static JunctionSides |
LEFT
Element connects on the left side.
|
static JunctionSides |
NONE
No junctions.
|
static JunctionSides |
RIGHT
Element connects on the right side.
|
static JunctionSides |
TOP
Element connects on the top side.
|
Constructor and Description |
---|
JunctionSides(int ordinal,
String nickname) |
public static final JunctionSides BOTTOM
public static final JunctionSides CORNER_BOTTOMLEFT
public static final JunctionSides CORNER_BOTTOMRIGHT
public static final JunctionSides CORNER_TOPLEFT
public static final JunctionSides CORNER_TOPRIGHT
public static final JunctionSides LEFT
public static final JunctionSides NONE
public static final JunctionSides RIGHT
public static final JunctionSides TOP