Class ChainedFilterPrimitive
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
-
- com.github.weisj.jsvg.nodes.filter.ChainedFilterPrimitive
-
- All Implemented Interfaces:
FilterPrimitive
,SVGNode
- Direct Known Subclasses:
FeDropShadow
abstract class ChainedFilterPrimitive extends AbstractFilterPrimitive implements FilterPrimitive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ChainedFilterPrimitive.OuterLastResult
-
Field Summary
Fields Modifier and Type Field Description protected FilterChannelKey
outerLastResult
-
Constructor Summary
Constructors Constructor Description ChainedFilterPrimitive()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
applyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext)
void
layoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext)
protected abstract @NotNull FilterPrimitive @NotNull []
primitives()
-
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
colorInterpolation, height, isValid, width, x, y
-
-
-
-
Field Detail
-
outerLastResult
protected final FilterChannelKey outerLastResult
-
-
Method Detail
-
primitives
@NotNull protected abstract @NotNull FilterPrimitive @NotNull [] primitives()
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext)
- Specified by:
layoutFilter
in interfaceFilterPrimitive
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)
- Specified by:
applyFilter
in interfaceFilterPrimitive
-
-