public class LookupFilter extends PointFilter
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
LookupFilter()
Construct a LookupFilter.
|
LookupFilter(Colormap colormap)
Construct a LookupFilter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
Colormap |
getColormap()
Get the colormap to be used for the filter.
|
void |
setColormap(Colormap colormap)
Set the colormap to be used for the filter.
|
String |
toString() |
filter, setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic LookupFilter()
public LookupFilter(Colormap colormap)
colormap - the color mappublic void setColormap(Colormap colormap)
colormap - the colormapgetColormap()public Colormap getColormap()
setColormap(org.zimowski.bambi.jhlabs.image.Colormap)public int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.