org.gnu.gdk

Class WindowEdge


public class WindowEdge
extends Enum

END OF GENERATED CODE

Field Summary

static WindowEdge
EAST
static WindowEdge
NORTH
static WindowEdge
NORTH_EAST
static WindowEdge
NORTH_WEST
static WindowEdge
SOUTH
static WindowEdge
SOUTH_EAST
static WindowEdge
SOUTH_WEST
static WindowEdge
WEST

Method Summary

WindowEdge
and(WindowEdge other)
static WindowEdge
intern(int value)
WindowEdge
or(WindowEdge other)
boolean
test(WindowEdge other)
WindowEdge
xor(WindowEdge other)

Field Details

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 Details

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)