org.gnu.gtk

Class AnchorType


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)

Field Details

CENTER

public static final AnchorType CENTER

EAST

public static final AnchorType EAST

NORTH

public static final AnchorType NORTH

NORTH_EAST

public static final AnchorType NORTH_EAST

NORTH_WEST

public static final AnchorType NORTH_WEST

SOUTH

public static final AnchorType SOUTH

SOUTH_EAST

public static final AnchorType SOUTH_EAST

SOUTH_WEST

public static final AnchorType SOUTH_WEST

WEST

public static final AnchorType WEST

Method Details

and

public AnchorType and(AnchorType other)

intern

public static AnchorType intern(int value)

or

public AnchorType or(AnchorType other)

test

public boolean test(AnchorType other)

xor

public AnchorType xor(AnchorType other)