org.gnu.gtk

Class AnchorType

public class AnchorType extends Enum

Field Summary
static AnchorTypeCENTER
static AnchorTypeEAST
static AnchorTypeNORTH
static AnchorTypeNORTH_EAST
static AnchorTypeNORTH_WEST
static AnchorTypeSOUTH
static AnchorTypeSOUTH_EAST
static AnchorTypeSOUTH_WEST
static AnchorTypeWEST
Method Summary
AnchorTypeand(AnchorType other)
static AnchorTypeintern(int value)
AnchorTypeor(AnchorType other)
booleantest(AnchorType other)
AnchorTypexor(AnchorType other)

Field Detail

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 Detail

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)