Class DummyFilterPrimitive
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
-
- com.github.weisj.jsvg.nodes.filter.DummyFilterPrimitive
-
- All Implemented Interfaces:
FilterPrimitive
,SVGNode
@ElementCategories(FilterPrimitive) @PermittedContent(anyOf={Animate.class,Set.class}) public final class DummyFilterPrimitive extends AbstractFilterPrimitive
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.lang.String
tag
-
Constructor Summary
Constructors Constructor Description DummyFilterPrimitive(@NotNull java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext)
void
layoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext)
@NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
build, 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
isValid
-
-
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext)
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)
-
-