Class AbstractFilterPrimitive
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
- All Implemented Interfaces:
FilterPrimitive,SVGNode
- Direct Known Subclasses:
DummyFilterPrimitive,FeBlend,FeColorMatrix,FeComposite,FeDisplacementMap,FeFlood,FeGaussianBlur,FeOffset,FeTurbulence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(@NotNull AttributeNode attributeNode) colorInterpolation(@NotNull FilterContext filterContext) @NotNull Lengthheight()protected final @NotNull FilterPrimitiveBaseimpl()@NotNull Lengthwidth()@NotNull Lengthx()@NotNull Lengthy()Methods 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
applyFilter, isValid, layoutFilter
-
Constructor Details
-
AbstractFilterPrimitive
public AbstractFilterPrimitive()
-
-
Method Details
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
impl
-
x
- Specified by:
xin interfaceFilterPrimitive
-
y
- Specified by:
yin interfaceFilterPrimitive
-
width
- Specified by:
widthin interfaceFilterPrimitive
-
height
- Specified by:
heightin interfaceFilterPrimitive
-
colorInterpolation
- Specified by:
colorInterpolationin interfaceFilterPrimitive
-