Package ch.bailu.gtk.gsk
Interface Corner
public interface Corner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe bottom left cornerstatic final intThe bottom right cornerstatic final intThe top left cornerstatic final intThe 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:
-