Package ch.bailu.gtk.gdk
Schnittstelle SurfaceEdge
public interface SurfaceEdge
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NORTH_WEST
static final int NORTH_WESTthe top left corner.- Siehe auch:
-
NORTH
static final int NORTHthe top edge.- Siehe auch:
-
NORTH_EAST
static final int NORTH_EASTthe top right corner.- Siehe auch:
-
WEST
static final int WESTthe left edge.- Siehe auch:
-
EAST
static final int EASTthe right edge.- Siehe auch:
-
SOUTH_WEST
static final int SOUTH_WESTthe lower left corner.- Siehe auch:
-
SOUTH
static final int SOUTHthe lower edge.- Siehe auch:
-
SOUTH_EAST
static final int SOUTH_EASTthe lower right corner.- Siehe auch:
-