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

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

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)