Filter, java.awt.image.renderable.RenderableImageMorphologyRable8Bitpublic interface MorphologyRable extends Filter
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getDoDilation() |
Returns whether the operation is "dilation" or not("erosion")
|
double |
getRadiusX() |
Returns the radius along the x-axis, in user space.
|
double |
getRadiusY() |
Returns the radius along the y-axis, in user space.
|
Filter |
getSource() |
Returns the source to be offset.
|
void |
setDoDilation(boolean doDilation) |
The switch that determines if the operation
is to "dilate" or "erode".
|
void |
setRadiusX(double radiusX) |
The radius along the x axis, in user space.
|
void |
setRadiusY(double radiusY) |
The radius along the y axis, in user space.
|
void |
setSource(Filter src) |
Sets the source to be offset.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampFilter getSource()
void setSource(Filter src)
src - image to offset.void setRadiusX(double radiusX)
radiusX - should be greater than zero.void setRadiusY(double radiusY)
radiusY - should be greater than zero.void setDoDilation(boolean doDilation)
doDilation - do "dilation" when true and "erosion" when falseboolean getDoDilation()
double getRadiusX()
double getRadiusY()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.