Package ch.bailu.gtk.gdk
Interface SurfaceEdge
public interface SurfaceEdge
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the right edge.static final int
the top edge.static final int
the top right corner.static final int
the top left corner.static final int
the lower edge.static final int
the lower right corner.static final int
the lower left corner.static final int
the left edge.
-
Field Details
-
NORTH_WEST
static final int NORTH_WESTthe top left corner.- See Also:
-
NORTH
static final int NORTHthe top edge.- See Also:
-
NORTH_EAST
static final int NORTH_EASTthe top right corner.- See Also:
-
WEST
static final int WESTthe left edge.- See Also:
-
EAST
static final int EASTthe right edge.- See Also:
-
SOUTH_WEST
static final int SOUTH_WESTthe lower left corner.- See Also:
-
SOUTH
static final int SOUTHthe lower edge.- See Also:
-
SOUTH_EAST
static final int SOUTH_EASTthe lower right corner.- See Also:
-