Class FeBlend
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.filter.FilterPrimitive
com.github.weisj.jsvg.nodes.filter.FeBlend
- All Implemented Interfaces:
SVGNode
@ElementCategories(FilterPrimitive)
@PermittedContent(anyOf={})
public final class FeBlend
extends FilterPrimitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFilter(@NotNull Graphics2D g, @NotNull RenderContext context, @NotNull FilterContext filterContext)voidbuild(@NotNull AttributeNode attributeNode)@NotNull StringtagName()Methods inherited from class com.github.weisj.jsvg.nodes.filter.FilterPrimitive
channel, inputChannel, saveResultMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
Field Details
-
TAG
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FeBlend
public FeBlend()
-
-
Method Details
-
tagName
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classFilterPrimitive
-
applyFilter
public void applyFilter(@NotNull @NotNull Graphics2D g, @NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)- Specified by:
applyFilterin classFilterPrimitive
-