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.FeComposite
- All Implemented Interfaces:
FilterPrimitive,SVGNode
@ElementCategories(FilterPrimitive)
@PermittedContent(anyOf={Animate.class,Set.class})
public final class FeComposite
extends AbstractCompositeFilterPrimitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractCompositeFilterPrimitive
applyFilter, layoutFilterMethods inherited from class com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
colorInterpolation, height, impl, width, x, yMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.nodes.filter.FilterPrimitive
isValid
-
Field Details
-
TAG
- See Also:
-
composite
-
-
Constructor Details
-
FeComposite
public FeComposite()
-
-
Method Details
-
tagName
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractCompositeFilterPrimitive
-
composite
- Specified by:
compositein classAbstractCompositeFilterPrimitive
-