Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImageGaussianBlurRable8Bitpublic interface GaussianBlurRable extends FilterColorInterpolation
| Modifier and Type | Method | 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.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearFilter 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 ? 2018 Apache Software Foundation. All Rights Reserved.