com.jhlabs.image
public class SplineColormap extends ArrayColormap implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
numKnots |
int[] |
xKnots |
int[] |
yKnots |
map
Constructor and Description |
---|
SplineColormap() |
SplineColormap(int[] xKnots,
int[] yKnots) |
Modifier and Type | Method and Description |
---|---|
void |
addKnot(int x,
int color) |
int |
getKnot(int n) |
void |
removeKnot(int n) |
void |
setKnot(int n,
int color) |
void |
setKnotPosition(int n,
int x) |
clone, getColor, getMap, setColor, setColorInterpolated, setColorRange, setColorRange, setMap