Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.MapColorsFilter
public class MapColorsFilter
extends PointFilter
Field 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