Package | Description |
---|---|
net.sourceforge.jiu.geometry |
Operations to change the geometry of an image, mirroring it horizontally and vertically,
shearing, scaling and rotating it.
|
Modifier and Type | Class and Description |
---|---|
class |
BellFilter
A Bell resample filter.
|
class |
BoxFilter
A box filter (also known as nearest neighbor).
|
class |
BSplineFilter
A B-spline resample filter.
|
class |
HermiteFilter
A Hermite resampling filter.
|
class |
Lanczos3Filter
The Lanczos 3 resample filter.
|
class |
MitchellFilter
The Mitchell resample filter.
|
class |
TriangleFilter
A triangle filter (also known as linear or bilinear filter).
|
Modifier and Type | Field and Description |
---|---|
private ResampleFilter |
Resample.filter |
Modifier and Type | Method and Description |
---|---|
private static ResampleFilter |
Resample.createFilter(int filterType) |
ResampleFilter |
Resample.getFilter()
Returns the filter to be used in this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Resample.setFilter(ResampleFilter newFilter)
Set a new filter object to be used with this operation.
|