Class FeDisplacementMap
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.AbstractFilterPrimitive
-
- com.github.weisj.jsvg.nodes.filter.FeDisplacementMap
-
- All Implemented Interfaces:
FilterPrimitive
,SVGNode
@ElementCategories(FilterPrimitive) @PermittedContent(anyOf={Animate.class,Set.class}) public final class FeDisplacementMap extends AbstractFilterPrimitive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
FeDisplacementMap.DisplacementOp
-
Field Summary
Fields Modifier and Type Field Description private FilterChannelKey
inputChannel2
private float
scale
static java.lang.String
TAG
private ColorChannel
xChannelSelector
private ColorChannel
yChannelSelector
-
Constructor Summary
Constructors Constructor Description FeDisplacementMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext)
void
build(@NotNull AttributeNode attributeNode)
void
layoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext)
@NotNull java.lang.String
tagName()
-
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 Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
xChannelSelector
private ColorChannel xChannelSelector
-
yChannelSelector
private ColorChannel yChannelSelector
-
scale
private float scale
-
inputChannel2
private FilterChannelKey inputChannel2
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractFilterPrimitive
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext)
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)
-
-