Package ch.bailu.gtk.gdk
Schnittstelle Gravity
public interface Gravity
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the reference point is at the center of the surface.static final int
the reference point is at the middle of the right edge.static final int
the reference point is in the middle of the top edge.static final int
the reference point is at the top right corner.static final int
the reference point is at the top left corner.static final int
the reference point is at the middle of the lower edge.static final int
the reference point is at the lower right corner.static final int
the reference point is at the lower left corner.static final int
the reference point is at the top left corner of the
surface itself, ignoring window manager decorations.static final int
the reference point is at the middle of the left edge.
-
Felddetails
-
NORTH_WEST
static final int NORTH_WESTthe reference point is at the top left corner.- Siehe auch:
-
NORTH
static final int NORTHthe reference point is in the middle of the top edge.- Siehe auch:
-
NORTH_EAST
static final int NORTH_EASTthe reference point is at the top right corner.- Siehe auch:
-
WEST
static final int WESTthe reference point is at the middle of the left edge.- Siehe auch:
-
CENTER
static final int CENTERthe reference point is at the center of the surface.- Siehe auch:
-
EAST
static final int EASTthe reference point is at the middle of the right edge.- Siehe auch:
-
SOUTH_WEST
static final int SOUTH_WESTthe reference point is at the lower left corner.- Siehe auch:
-
SOUTH
static final int SOUTHthe reference point is at the middle of the lower edge.- Siehe auch:
-
SOUTH_EAST
static final int SOUTH_EASTthe reference point is at the lower right corner.- Siehe auch:
-
STATIC
static final int STATICthe reference point is at the top left corner of the
surface itself, ignoring window manager decorations.- Siehe auch:
-