public interface GaussianBlurRable extends FilterColorInterpolation
Modifier and Type | Method and Description |
---|---|
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.
|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
Filter getSource()
void setSource(Filter src)
src
- image to blurred.void setStdDeviationX(double stdDeviationX)
stdDeviationX
- should be greater than zero.void setStdDeviationY(double stdDeviationY)
stdDeviationY
- should be greater than zerodouble getStdDeviationX()
double getStdDeviationY()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.