| 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.MapColorsFilterpublic class MapColorsFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
| |
| |
Method Summary | |
int |
|
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 MapColorsFilter()
Construct a MapColorsFilter.
public MapColorsFilter(int oldColor,
int newColor)Construct a MapColorsFilter.
- Parameters:
oldColor- the color to replacenewColor- the color to replace it with