org.gnu.gtk
public class AnchorType extends Enum
| Field Summary | |
|---|---|
| static AnchorType | CENTER |
| static AnchorType | EAST |
| static AnchorType | NORTH |
| static AnchorType | NORTH_EAST |
| static AnchorType | NORTH_WEST |
| static AnchorType | SOUTH |
| static AnchorType | SOUTH_EAST |
| static AnchorType | SOUTH_WEST |
| static AnchorType | WEST |
| Method Summary | |
|---|---|
| AnchorType | and(AnchorType other) |
| static AnchorType | intern(int value) |
| AnchorType | or(AnchorType other) |
| boolean | test(AnchorType other) |
| AnchorType | xor(AnchorType other) |