org.apache.batik.ext.awt.image.renderable
public interface GaussianBlurRable extends FilterColorInterpolation
Method Summary | |
---|---|
Filter | getSource()
Returns the source to be Blurred |
double | getStdDeviationX()
Returns the deviation along the x-axis, in user space. |
double | getStdDeviationY()
Returns the deviation along the y-axis, in user space. |
void | setSource(Filter src)
Sets the source to be blurred. |
void | setStdDeviationX(double stdDeviationX)
The deviation along the x axis, in user space. |
void | setStdDeviationY(double stdDeviationY)
The deviation along the y axis, in user space. |
Parameters: src image to blurred.
Parameters: stdDeviationX should be greater than zero.
Parameters: stdDeviationY should be greater than zero