org.gnu.atk
public class Layer extends Enum
| 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) |