public class Filter
extends org.freedesktop.bindings.Constant
setFilter()
for specifying the desired filter to be used with a particular
pattern.Modifier and Type | Field and Description |
---|---|
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
|
public static final Filter BEST
public static final Filter BILINEAR
public static final Filter GAUSSIAN
public static final Filter GOOD
BILINEAR
public static final Filter NEAREST