Package ch.bailu.gtk.gsk
Interface Corner
public interface Corner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The bottom left cornerstatic final int
The bottom right cornerstatic final int
The top left cornerstatic final int
The top right corner
-
Field Details
-
TOP_LEFT
static final int TOP_LEFTThe top left corner- See Also:
-
TOP_RIGHT
static final int TOP_RIGHTThe top right corner- See Also:
-
BOTTOM_RIGHT
static final int BOTTOM_RIGHTThe bottom right corner- See Also:
-
BOTTOM_LEFT
static final int BOTTOM_LEFTThe bottom left corner- See Also:
-