Package | Description |
---|---|
com.sun.javafx.iio.common |
Modifier and Type | Class and Description |
---|---|
class |
RoughScaler |
class |
SmoothMinifier
A class which implements smooth downscaling for sources acquired line-by-line.
|
Modifier and Type | Method and Description |
---|---|
static PushbroomScaler |
ScalerFactory.createScaler(int sourceWidth,
int sourceHeight,
int numBands,
int destWidth,
int destHeight,
boolean isSmooth)
Instantiates a new
PushbroomScaler object. |