|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.JunctionSides
public final class JunctionSides
Constants that describe how a rendered element connects to adjacent elements.
Field Summary | |
---|---|
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 Summary | |
---|---|
JunctionSides(int ordinal,
String nickname)
|
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public JunctionSides(int ordinal, String nickname)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |