- 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
Fields Modifier and Type Field Description private FilterPrimitive[]primitivesstatic java.lang.StringTAG-
Fields inherited from class com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
outerLastResult
-
-
Constructor Summary
Constructors Constructor Description FeDropShadow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(@NotNull AttributeNode attributeNode)protected @NotNull FilterPrimitive @NotNull []primitives()@NotNull java.lang.StringtagName()-
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 Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
primitives
private FilterPrimitive[] primitives
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractFilterPrimitive
-
primitives
@NotNull protected @NotNull FilterPrimitive @NotNull [] primitives()
- Specified by:
primitivesin classChainedFilterPrimitive
-
-