java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
com.github.weisj.jsvg.nodes.filter.FeDropShadow
- All Implemented Interfaces:
FilterPrimitive
,SVGNode
@ElementCategories(FilterPrimitive)
@PermittedContent(anyOf={Animate.class,Set.class})
public final class FeDropShadow
extends ChainedFilterPrimitive
-
Field Summary
FieldsFields inherited from class com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
outerLastResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(@NotNull AttributeNode attributeNode) protected @NotNull FilterPrimitive @NotNull []
@NotNull String
tagName()
Methods inherited from class com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
applyFilter, layoutFilter
Methods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
colorInterpolation, height, impl, width, x, y
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.weisj.jsvg.nodes.filter.FilterPrimitive
colorInterpolation, height, isValid, width, x, y
-
Field Details
-
TAG
- See Also:
-
primitives
-
-
Constructor Details
-
FeDropShadow
public FeDropShadow()
-
-
Method Details
-
tagName
-
build
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractFilterPrimitive
-
primitives
- Specified by:
primitives
in classChainedFilterPrimitive
-