Class FeDropShadow
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 ChainedFilterPrimitive
outerLastResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(@NotNull AttributeNode attributeNode) protected @NotNull FilterPrimitive @NotNull []@NotNull StringtagName()Methods inherited from class ChainedFilterPrimitive
applyFilter, layoutFilterMethods inherited from class AbstractFilterPrimitive
colorInterpolation, height, impl, width, x, yMethods inherited from class AbstractSVGNode
addContent, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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
-