org.gnu.atk

Class Layer


public class Layer
extends Enum

Describes the layer of a component.

Field Summary

static Layer
BACKGROUND
static Layer
CANVAS
static Layer
INVALID
static Layer
MDI
static Layer
OVERLAY
static Layer
POPUP
static Layer
WIDGET
static Layer
WINDOW

Method Summary

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

Field Details

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 Details

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)