|
|||||||||||
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.gdk.InterpType
Field Summary | |
static InterpType |
BILINEAR
|
static InterpType |
HYPER
|
static InterpType |
NEAREST
|
static InterpType |
TILES
|
Method Summary | |
InterpType |
and(InterpType other)
|
static InterpType |
intern(int value)
|
InterpType |
or(InterpType other)
|
boolean |
test(InterpType other)
|
InterpType |
xor(InterpType 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 InterpType NEAREST
public static final InterpType TILES
public static final InterpType BILINEAR
public static final InterpType HYPER
Method Detail |
public static InterpType intern(int value)
public InterpType or(InterpType other)
public InterpType and(InterpType other)
public InterpType xor(InterpType other)
public boolean test(InterpType 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 |