railo.runtime.img.filter
Class ErodeAlphaFilter
java.lang.Object
railo.runtime.img.filter.AbstractBufferedImageOp
railo.runtime.img.filter.PointFilter
railo.runtime.img.filter.ErodeAlphaFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable, DynFiltering
public class ErodeAlphaFilter
- extends PointFilter
- implements DynFiltering
ErodeAlphaFilter
public ErodeAlphaFilter()
ErodeAlphaFilter
public ErodeAlphaFilter(float radius,
float threshold,
float softness)
setRadius
public void setRadius(float radius)
getRadius
public float getRadius()
setThreshold
public void setThreshold(float threshold)
getThreshold
public float getThreshold()
setSoftness
public void setSoftness(float softness)
getSoftness
public float getSoftness()
filter
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
- Specified by:
filter
in interface BufferedImageOp
- Overrides:
filter
in class PointFilter
filterRGB
public int filterRGB(int x,
int y,
int rgb)
- Specified by:
filterRGB
in class PointFilter
toString
public String toString()
- Overrides:
toString
in class Object
filter
public BufferedImage filter(BufferedImage src,
Struct parameters)
throws PageException
- Specified by:
filter
in interface DynFiltering
- Overrides:
filter
in class PointFilter
- Throws:
PageException
Copyright © 2012 Railo