Module com.github.weisj.jsvg
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:
AbstractCompositeFilterPrimitive,ChainedFilterPrimitive,DummyFilterPrimitive,FeColorMatrix,FeDisplacementMap,FeFlood,FeGaussianBlur,FeOffset,FeTurbulence
public abstract class AbstractFilterPrimitive extends AbstractSVGNode implements FilterPrimitive
-
-
Field Summary
Fields Modifier and Type Field Description private FilterPrimitiveBasefilterPrimitiveBase
-
Constructor Summary
Constructors Constructor Description AbstractFilterPrimitive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(@NotNull AttributeNode attributeNode)ColorInterpolationcolorInterpolation(@NotNull FilterContext filterContext)@NotNull Lengthheight()protected @NotNull FilterPrimitiveBaseimpl()@NotNull Lengthwidth()@NotNull Lengthx()@NotNull Lengthy()-
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
applyFilter, isValid, layoutFilter
-
-
-
-
Field Detail
-
filterPrimitiveBase
private FilterPrimitiveBase filterPrimitiveBase
-
-
Method Detail
-
build
@MustBeInvokedByOverriders public void build(@NotNull @NotNull AttributeNode attributeNode)- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
impl
@NotNull protected final @NotNull FilterPrimitiveBase impl()
-
x
@NotNull public @NotNull Length x()
- Specified by:
xin interfaceFilterPrimitive
-
y
@NotNull public @NotNull Length y()
- Specified by:
yin interfaceFilterPrimitive
-
width
@NotNull public @NotNull Length width()
- Specified by:
widthin interfaceFilterPrimitive
-
height
@NotNull public @NotNull Length height()
- Specified by:
heightin interfaceFilterPrimitive
-
colorInterpolation
public ColorInterpolation colorInterpolation(@NotNull @NotNull FilterContext filterContext)
- Specified by:
colorInterpolationin interfaceFilterPrimitive
-
-