public class LookupFilter extends PointFilter
canFilterIndexColorModel
Constructor and Description |
---|
LookupFilter() |
LookupFilter(Colormap colormap) |
Modifier and Type | Method and Description |
---|---|
int |
filterRGB(int x,
int y,
int rgb) |
Colormap |
getColormap() |
void |
setColormap(Colormap colormap) |
java.lang.String |
toString() |
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public LookupFilter()
public LookupFilter(Colormap colormap)
public void setColormap(Colormap colormap)
public Colormap getColormap()
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public java.lang.String toString()
toString
in class java.lang.Object