org.gnu.gtk

Class PositionType


public class PositionType
extends Enum

A property used to determine where items appear in widgets

See Also:
Scale.setValuePosition(PositionType)

Field Summary

static PositionType
BOTTOM
static PositionType
LEFT
static PositionType
RIGHT
static PositionType
TOP

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

BOTTOM

public static final PositionType BOTTOM


LEFT

public static final PositionType LEFT


RIGHT

public static final PositionType RIGHT


TOP

public static final PositionType TOP

Method Details

and

public PositionType and(PositionType other)


intern

public static PositionType intern(int value)


or

public PositionType or(PositionType other)


test

public boolean test(PositionType other)


xor

public PositionType xor(PositionType other)