| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.LookupFilterpublic class LookupFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
| |
| |
Method Summary | |
int |
|
Colormap |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public LookupFilter()
Construct a LookupFilter.
public LookupFilter(Colormap colormap)
Construct a LookupFilter.
- Parameters:
colormap- the color map
public Colormap getColormap()
Get the colormap to be used for the filter.
- Returns:
- the colormap
- See Also:
setColormap(Colormap)
public void setColormap(Colormap colormap)
Set the colormap to be used for the filter.
- Parameters:
colormap- the colormap
- See Also:
getColormap()
public String toString()