Package ch.bailu.gtk.gdk
Interface SurfaceEdge
public interface SurfaceEdge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intthe right edge.static final intthe top edge.static final intthe top right corner.static final intthe top left corner.static final intthe lower edge.static final intthe lower right corner.static final intthe lower left corner.static final intthe 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:
-