org.gnu.gtk
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) |