public class StampFilter extends PointFilter implements DynFiltering
Constructor and Description |
---|
StampFilter()
Construct a StampFilter.
|
StampFilter(float threshold)
Construct a StampFilter.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
int |
getBlack()
Set the color to be used for pixels below the lower threshold.
|
float |
getRadius()
Get the radius of the effect.
|
float |
getSoftness()
Get the softness of the effect.
|
float |
getThreshold()
Get the threshold value.
|
int |
getWhite()
Get the color to be used for pixels above the upper threshold.
|
void |
setBlack(Color black)
Set the color to be used for pixels below the lower threshold.
|
void |
setRadius(float radius)
Set the radius of the effect.
|
void |
setSoftness(float softness)
Set the softness of the effect in the range 0..1.
|
void |
setThreshold(float threshold)
Set the threshold value.
|
void |
setWhite(Color white)
Set the color to be used for pixels above the upper threshold.
|
String |
toString() |
setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public StampFilter()
public StampFilter(float threshold)
threshold
- the threshold valuepublic void setRadius(float radius)
radius
- the radiusgetRadius()
public float getRadius()
setRadius(float)
public void setThreshold(float threshold)
threshold
- the threshold valuegetThreshold()
public float getThreshold()
setThreshold(float)
public void setSoftness(float softness)
softness
- the softnessgetSoftness()
public float getSoftness()
setSoftness(float)
public void setWhite(Color white)
white
- the colorgetWhite()
public int getWhite()
setWhite(java.awt.Color)
public void setBlack(Color black)
black
- the colorgetBlack()
public int getBlack()
setBlack(java.awt.Color)
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter
in interface BufferedImageOp
filter
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