org.gnu.gdk

Class WindowHints

public class WindowHints extends Flags

Field Summary
static WindowHintsASPECG
static WindowHintsBASE_SIZE
static WindowHintsMAX_SIZE
static WindowHintsMIN_SIZE
static WindowHintsPOS
static WindowHintsRESIZE_INC
static WindowHintsUSER_POS
static WindowHintsUSER_SIZE
static WindowHintsWIN_GRAVITY
Method Summary
WindowHintsand(WindowHints other)
static WindowHintsintern(int value)
WindowHintsor(WindowHints other)
booleantest(WindowHints other)
WindowHintsxor(WindowHints other)

Field Detail

ASPECG

public static final WindowHints ASPECG

BASE_SIZE

public static final WindowHints BASE_SIZE

MAX_SIZE

public static final WindowHints MAX_SIZE

MIN_SIZE

public static final WindowHints MIN_SIZE

POS

public static final WindowHints POS

RESIZE_INC

public static final WindowHints RESIZE_INC

USER_POS

public static final WindowHints USER_POS

USER_SIZE

public static final WindowHints USER_SIZE

WIN_GRAVITY

public static final WindowHints WIN_GRAVITY

Method Detail

and

public WindowHints and(WindowHints other)

intern

public static WindowHints intern(int value)

or

public WindowHints or(WindowHints other)

test

public boolean test(WindowHints other)

xor

public WindowHints xor(WindowHints other)