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 TypeMethodDescriptionvoidbuild(@NotNull AttributeNode attributeNode) protected @NotNull FilterPrimitive @NotNull []@NotNull StringtagName()Methods inherited from class com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
applyFilter, layoutFilterMethods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
colorInterpolation, height, impl, width, x, yMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
buildin interfaceSVGNode- Overrides:
buildin classAbstractFilterPrimitive
-
primitives
- Specified by:
primitivesin classChainedFilterPrimitive
-