org.gnu.gtk

Class MetricType

public class MetricType extends Enum

Field Summary
static MetricTypeCENTIMETERS
static MetricTypeINCHES
static MetricTypePIXELS
Method Summary
MetricTypeand(MetricType other)
static MetricTypeintern(int value)
MetricTypeor(MetricType other)
booleantest(MetricType other)
MetricTypexor(MetricType other)

Field Detail

CENTIMETERS

public static final MetricType CENTIMETERS

INCHES

public static final MetricType INCHES

PIXELS

public static final MetricType PIXELS

Method Detail

and

public MetricType and(MetricType other)

intern

public static MetricType intern(int value)

or

public MetricType or(MetricType other)

test

public boolean test(MetricType other)

xor

public MetricType xor(MetricType other)