Package | Description |
---|---|
com.hfg.svg | |
com.hfg.svg.filtereffect |
Modifier and Type | Method and Description |
---|---|
SvgFeMorphology |
SvgFilter.addFeMorphology() |
Modifier and Type | Method and Description |
---|---|
SvgFeMorphology |
SvgFeMorphology.setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeMorphology |
SvgFeMorphology.setHeight(int inValue) |
SvgFeMorphology |
SvgFeMorphology.setHeight(String inValue) |
SvgFeMorphology |
SvgFeMorphology.setIn(FeInput inValue) |
SvgFeMorphology |
SvgFeMorphology.setOperator(MorphologyOperator inValue)
A keyword indicating whether to erode (i.e., thin) or dilate (fatten) the source graphic.
|
SvgFeMorphology |
SvgFeMorphology.setRadius(float inValue)
The radius (or radii) for the operation.
|
SvgFeMorphology |
SvgFeMorphology.setRadius(String inValue)
The radius (or radii) for the operation.
|
SvgFeMorphology |
SvgFeMorphology.setResult(String inValue) |
SvgFeMorphology |
SvgFeMorphology.setWidth(int inValue) |
SvgFeMorphology |
SvgFeMorphology.setWidth(String inValue) |
SvgFeMorphology |
SvgFeMorphology.setX(int inValue) |
SvgFeMorphology |
SvgFeMorphology.setX(String inValue) |
SvgFeMorphology |
SvgFeMorphology.setY(int inValue) |
SvgFeMorphology |
SvgFeMorphology.setY(String inValue) |
jataylor@hairyfatguy.com