org.gnu.gtk

Class MetricType


public class MetricType
extends Enum

Field Summary

static MetricType
CENTIMETERS
static MetricType
INCHES
static MetricType
PIXELS

Method Summary

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

Field Details

CENTIMETERS

public static final MetricType CENTIMETERS

INCHES

public static final MetricType INCHES

PIXELS

public static final MetricType PIXELS

Method Details

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)