|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.freedesktop.cairo.Filter
public class Filter
Used to specify the filtering that should be applied when reading pixel
values from patterns. See Pattern's setFilter()
for specifying the desired filter to be used with a particular
pattern.
Field Summary | |
---|---|
static Filter |
BEST
The highest-quality available, performance may not be suitable for interactive use |
static Filter |
BILINEAR
Linear interpolation in two dimensions |
static Filter |
FAST
A high-performance filter, with quality similar to NEAREST |
static Filter |
GAUSSIAN
This filter value is currently unimplemented, and should not be used in current code. |
static Filter |
GOOD
A reasonable-performance filter, with quality similar to BILINEAR |
static Filter |
NEAREST
Nearest-neighbour filtering |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Filter BEST
public static final Filter BILINEAR
public static final Filter FAST
NEAREST
public static final Filter GAUSSIAN
public static final Filter GOOD
BILINEAR
public static final Filter NEAREST
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |