|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.freedesktop.cairo.Filter
org.freedesktop.cairo.Filter
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
public class Filter
Field Summary | |
---|---|
static Filter |
BEST
Deprecated. |
static Filter |
BILINEAR
Deprecated. |
static Filter |
FAST
Deprecated. |
static Filter |
GAUSSIAN
Deprecated. |
static Filter |
GOOD
Deprecated. |
static Filter |
NEAREST
Deprecated. |
Method Summary | |
---|---|
static Filter |
intern(int value)
Deprecated. |
boolean |
test(Filter other)
Deprecated. |
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 Filter FAST
public static final Filter GOOD
public static final Filter BEST
public static final Filter NEAREST
public static final Filter BILINEAR
public static final Filter GAUSSIAN
Method Detail |
---|
public static Filter intern(int value)
public boolean test(Filter other)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |