Class FeDropShadow
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
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 AbstractFilterPrimitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext) voidbuild(@NotNull AttributeNode attributeNode) voidlayoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext) protected @NotNull FilterPrimitive @NotNull []@NotNull StringtagName()Methods 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:
-
outerLastResult
-
-
Constructor Details
-
FeDropShadow
public FeDropShadow()
-
-
Method Details
-
tagName
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractFilterPrimitive
-
primitives
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext) - Specified by:
layoutFilterin interfaceFilterPrimitive
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext) - Specified by:
applyFilterin interfaceFilterPrimitive
-