org.freedesktop.cairo
Class Filter
java.lang.Object
org.gnu.glib.Enum
org.freedesktop.cairo.Filter
public class Filter
- extends org.gnu.glib.Enum
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 |
FAST
public static final Filter FAST
GOOD
public static final Filter GOOD
BEST
public static final Filter BEST
NEAREST
public static final Filter NEAREST
BILINEAR
public static final Filter BILINEAR
GAUSSIAN
public static final Filter GAUSSIAN
intern
public static Filter intern(int value)
test
public boolean test(Filter other)