glcanvas.data
Class Interpolation
java.lang.Object
glcanvas.data.Interpolation
public class Interpolation
- extends java.lang.Object
Field Summary |
static byte |
NE
|
static byte |
NW
|
static byte |
SE
|
static byte |
SW
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NE
public static final byte NE
- See Also:
- Constant Field Values
NW
public static final byte NW
- See Also:
- Constant Field Values
SE
public static final byte SE
- See Also:
- Constant Field Values
SW
public static final byte SW
- See Also:
- Constant Field Values
Interpolation
public Interpolation()
Interpolation
public Interpolation(int[] neighbors,
float[] coeffs)
getCoeffs
public float[] getCoeffs()
getNeighbors
public int[] getNeighbors()
getNorthEastCoeff
public float getNorthEastCoeff()
getNorthEastNeighbor
public int getNorthEastNeighbor()
getNorthWestCoeff
public float getNorthWestCoeff()
getNorthWestNeighbor
public int getNorthWestNeighbor()
getSouthEastCoeff
public float getSouthEastCoeff()
getSouthEastNeighbor
public int getSouthEastNeighbor()
getSouthWestCoeff
public float getSouthWestCoeff()
getSouthWestNeighbor
public int getSouthWestNeighbor()
setCoeffs
public void setCoeffs(float[] coeffs)
setNeighbors
public void setNeighbors(int[] neighbors)
setNorthEastCoeff
public void setNorthEastCoeff(float weight)
setNorthEastNeighbor
public void setNorthEastNeighbor(int id)
setNorthWestCoeff
public void setNorthWestCoeff(float weight)
setNorthWestNeighbor
public void setNorthWestNeighbor(int id)
setSouthEastCoeff
public void setSouthEastCoeff(float weight)
setSouthEastNeighbor
public void setSouthEastNeighbor(int id)
setSouthWestCoeff
public void setSouthWestCoeff(float weight)
setSouthWestNeighbor
public void setSouthWestNeighbor(int id)