Package ch.bailu.gtk.gdk
Schnittstelle AnchorHints
public interface AnchorHints
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
allow flipping anchors on both axesstatic final int
allow flipping anchors horizontallystatic final int
allow flipping anchors verticallystatic final int
allow resizing surface on both axesstatic final int
allow resizing surface horizontallystatic final int
allow resizing surface verticallystatic final int
allow sliding surface on both axesstatic final int
allow sliding surface horizontallystatic final int
allow sliding surface vertically
-
Felddetails
-
FLIP_X
static final int FLIP_Xallow flipping anchors horizontally- Siehe auch:
-
FLIP_Y
static final int FLIP_Yallow flipping anchors vertically- Siehe auch:
-
SLIDE_X
static final int SLIDE_Xallow sliding surface horizontally- Siehe auch:
-
SLIDE_Y
static final int SLIDE_Yallow sliding surface vertically- Siehe auch:
-
RESIZE_X
static final int RESIZE_Xallow resizing surface horizontally- Siehe auch:
-
RESIZE_Y
static final int RESIZE_Yallow resizing surface vertically- Siehe auch:
-
FLIP
static final int FLIPallow flipping anchors on both axes- Siehe auch:
-
SLIDE
static final int SLIDEallow sliding surface on both axes- Siehe auch:
-
RESIZE
static final int RESIZEallow resizing surface on both axes- Siehe auch:
-