org.freedesktop.cairo
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 extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static Filter |
BEST
Deprecated.
|
static Filter |
BILINEAR
Deprecated.
|
static Filter |
FAST
Deprecated.
|
static Filter |
GAUSSIAN
Deprecated.
|
static Filter |
GOOD
Deprecated.
|
static Filter |
NEAREST
Deprecated.
|
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