public interface InterpolatePixelMethod
| Modifier and Type | Field and Description |
|---|---|
static int |
Average16InterpolatePixel |
static int |
Average9InterpolatePixel |
static int |
AverageInterpolatePixel |
static int |
BackgroundInterpolatePixel |
static int |
BilinearInterpolatePixel |
static int |
BlendInterpolatePixel |
static int |
CatromInterpolatePixel |
static int |
IntegerInterpolatePixel |
static int |
MeshInterpolatePixel |
static int |
NearestInterpolatePixel |
static int |
SplineInterpolatePixel |
static int |
UndefinedInterpolatePixel |
static final int UndefinedInterpolatePixel
static final int AverageInterpolatePixel
static final int Average9InterpolatePixel
static final int Average16InterpolatePixel
static final int BackgroundInterpolatePixel
static final int BilinearInterpolatePixel
static final int BlendInterpolatePixel
static final int CatromInterpolatePixel
static final int IntegerInterpolatePixel
static final int MeshInterpolatePixel
static final int NearestInterpolatePixel
static final int SplineInterpolatePixel