Package ch.bailu.gtk.gdk
Schnittstelle SurfaceEdge
public interface SurfaceEdge
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
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:
-