org.gnu.atk

Class Layer

public class Layer extends Enum

Describes the layer of a component.
Field Summary
static LayerBACKGROUND
static LayerCANVAS
static LayerINVALID
static LayerMDI
static LayerOVERLAY
static LayerPOPUP
static LayerWIDGET
static LayerWINDOW
Method Summary
Layerand(Layer other)
static Layerintern(int value)
Layeror(Layer other)
booleantest(Layer other)
Layerxor(Layer other)

Field Detail

BACKGROUND

public static final Layer BACKGROUND

CANVAS

public static final Layer CANVAS

INVALID

public static final Layer INVALID

MDI

public static final Layer MDI

OVERLAY

public static final Layer OVERLAY

POPUP

public static final Layer POPUP

WIDGET

public static final Layer WIDGET

WINDOW

public static final Layer WINDOW

Method Detail

and

public Layer and(Layer other)

intern

public static Layer intern(int value)

or

public Layer or(Layer other)

test

public boolean test(Layer other)

xor

public Layer xor(Layer other)