org.gnu.gdk

Class WindowEdge

public class WindowEdge extends Enum

Field Summary
static WindowEdgeEAST
static WindowEdgeNORTH
static WindowEdgeNORTH_EAST
static WindowEdgeNORTH_WEST
static WindowEdgeSOUTH
static WindowEdgeSOUTH_EAST
static WindowEdgeSOUTH_WEST
static WindowEdgeWEST
Method Summary
WindowEdgeand(WindowEdge other)
static WindowEdgeintern(int value)
WindowEdgeor(WindowEdge other)
booleantest(WindowEdge other)
WindowEdgexor(WindowEdge other)

Field Detail

EAST

public static final WindowEdge EAST

NORTH

public static final WindowEdge NORTH

NORTH_EAST

public static final WindowEdge NORTH_EAST

NORTH_WEST

public static final WindowEdge NORTH_WEST

SOUTH

public static final WindowEdge SOUTH

SOUTH_EAST

public static final WindowEdge SOUTH_EAST

SOUTH_WEST

public static final WindowEdge SOUTH_WEST

WEST

public static final WindowEdge WEST

Method Detail

and

public WindowEdge and(WindowEdge other)

intern

public static WindowEdge intern(int value)

or

public WindowEdge or(WindowEdge other)

test

public boolean test(WindowEdge other)

xor

public WindowEdge xor(WindowEdge other)