org.gnu.gdk
Class InterpType

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gdk.InterpType

public class InterpType
extends Enum


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

NEAREST

public static final InterpType NEAREST

TILES

public static final InterpType TILES

BILINEAR

public static final InterpType BILINEAR

HYPER

public static final InterpType HYPER
Method Detail

intern

public static InterpType intern(int value)

or

public InterpType or(InterpType other)

and

public InterpType and(InterpType other)

xor

public InterpType xor(InterpType other)

test

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