public class FourColorFilter extends PointFilter implements DynFiltering
Constructor and Description |
---|
FourColorFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
int |
getColorNE() |
int |
getColorNW() |
int |
getColorSE() |
int |
getColorSW() |
void |
setColorNE(int color) |
void |
setColorNW(int color) |
void |
setColorSE(int color) |
void |
setColorSW(int color) |
void |
setDimensions(int width,
int height) |
String |
toString() |
filter
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public FourColorFilter()
public void setColorNW(int color)
public int getColorNW()
public void setColorNE(int color)
public int getColorNE()
public void setColorSW(int color)
public int getColorSW()
public void setColorSE(int color)
public int getColorSE()
public void setDimensions(int width, int height)
setDimensions
in class PointFilter
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
Copyright © 2015 Lucee