protected static class BufferWrapperRaster.InterpolantLookupTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected int |
width |
protected double[] |
xParams |
protected double[] |
yParams |
Constructor and Description |
---|
InterpolantLookupTable(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected static void |
computeInterpolantRange(double[] params,
int size,
double[] result) |
void |
computeRangeX(double[] params) |
void |
computeRangeY(double[] params) |
boolean |
getInterpolantX(int x,
double[] params) |
boolean |
getInterpolantY(int y,
double[] params) |
protected int height
protected int width
protected double[] xParams
protected double[] yParams
protected static void computeInterpolantRange(double[] params, int size, double[] result)
public final void computeRangeX(double[] params)
public final void computeRangeY(double[] params)
public final boolean getInterpolantX(int x, double[] params)
public final boolean getInterpolantY(int y, double[] params)