|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.MetricType
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)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MetricType PIXELS
public static final MetricType INCHES
public static final MetricType CENTIMETERS
Method Detail |
public static MetricType intern(int value)
public MetricType or(MetricType other)
public MetricType and(MetricType other)
public MetricType xor(MetricType other)
public boolean test(MetricType other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |