Class FeBlend
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
com.github.weisj.jsvg.nodes.filter.AbstractCompositeFilterPrimitive
com.github.weisj.jsvg.nodes.filter.FeBlend
- All Implemented Interfaces:
FilterPrimitive
,SVGNode
@ElementCategories(FilterPrimitive)
@PermittedContent(anyOf={Animate.class,Set.class})
public final class FeBlend
extends AbstractCompositeFilterPrimitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractCompositeFilterPrimitive
applyFilter, layoutFilter
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 Details
-
TAG
- See Also:
-
composite
-
-
Constructor Details
-
FeBlend
public FeBlend()
-
-
Method Details
-
tagName
-
build
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractCompositeFilterPrimitive
-
composite
- Specified by:
composite
in classAbstractCompositeFilterPrimitive
-