Module com.github.weisj.jsvg
Class AbstractCompositeFilterPrimitive
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
-
- com.github.weisj.jsvg.nodes.filter.AbstractCompositeFilterPrimitive
-
- All Implemented Interfaces:
FilterPrimitive,SVGNode
- Direct Known Subclasses:
FeBlend,FeComposite
abstract class AbstractCompositeFilterPrimitive extends AbstractFilterPrimitive
-
-
Field Summary
Fields Modifier and Type Field Description private FilterChannelKeyinputChannel2
-
Constructor Summary
Constructors Constructor Description AbstractCompositeFilterPrimitive()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidapplyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext)voidbuild(@NotNull AttributeNode attributeNode)protected abstract @NotNull java.awt.Compositecomposite()private @NotNull java.awt.CompositecomputeComposite(@NotNull FilterContext filterContext)private @NotNull ChanneldestinationChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)voidlayoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext)private @NotNull ChannelsourceChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)-
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
isValid
-
-
-
-
Field Detail
-
inputChannel2
private FilterChannelKey inputChannel2
-
-
Method Detail
-
build
@MustBeInvokedByOverriders public void build(@NotNull @NotNull AttributeNode attributeNode)- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractFilterPrimitive
-
composite
@NotNull protected abstract @NotNull java.awt.Composite composite()
-
sourceChannel
@NotNull private @NotNull Channel sourceChannel(@NotNull @NotNull FilterPrimitiveBase impl, @NotNull @NotNull FilterContext filterContext)
-
destinationChannel
@NotNull private @NotNull Channel destinationChannel(@NotNull @NotNull FilterPrimitiveBase impl, @NotNull @NotNull FilterContext filterContext)
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext)
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)
-
computeComposite
@NotNull private @NotNull java.awt.Composite computeComposite(@NotNull @NotNull FilterContext filterContext)
-
-