public class FeGaussianBlur extends FilterEffects
FilterEffects.FilterOp| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME |
FP_BACKGROUND_ALPHA, FP_BACKGROUND_IMAGE, FP_CUSTOM, FP_FILL_PAINT, FP_SOURCE_ALPHA, FP_SOURCE_GRAPHIC, FP_STROKE_PAINTchildren, cssClass, diagram, id, inlineStyles, parent, presAttribs, serialVersionUID, SVG_NS, trackManager, xmlBase| Constructor and Description |
|---|
FeGaussianBlur() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build()
Called by internal processes to rebuild the geometry of this node from
it's presentation attributes, style attributes and animated tracks.
|
FilterEffects.FilterOp |
getGaussianBlurFilter(Rectangle inputBounds,
float sigma,
boolean horizontal) |
List<FilterEffects.FilterOp> |
getOperations(Rectangle inputBounds,
float xScale,
float yScale) |
String |
getTagName() |
getHeight, getWidth, getX, getY, loaderAddChild, updateTimeaddAttribute, buildPath, getChild, getChild, getChildren, getId, getInlineAttributes, getNumChildren, getParent, getParentContext, getPath, getPres, getPresAbsolute, getPresentationAttributes, getRoot, getStyle, getStyle, getStyle, getStyleAbsolute, getXMLBase, hasAttribute, indexOfChild, lerp, loaderAddText, loaderEndElement, loaderStartElement, parsePathList, parseSingleTransform, parseTransform, popParentContext, pushParentContext, removeAttribute, removeChild, setAttribute, setDiagram, swapChildrenpublic static final String TAG_NAME
public String getTagName()
getTagName in class FilterEffectsprotected void build()
throws SVGException
SVGElementbuild in class FilterEffectsSVGExceptionpublic List<FilterEffects.FilterOp> getOperations(Rectangle inputBounds, float xScale, float yScale)
getOperations in class FilterEffectspublic FilterEffects.FilterOp getGaussianBlurFilter(Rectangle inputBounds, float sigma, boolean horizontal)
Copyright © 2022. All rights reserved.