- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.container.BaseContainerNode<SVGNode>
-
- com.github.weisj.jsvg.nodes.container.ContainerNode
-
- com.github.weisj.jsvg.nodes.filter.FeComponentTransfer
-
- All Implemented Interfaces:
FilterPrimitive,Container<SVGNode>,SVGNode
@ElementCategories(FilterPrimitive) @PermittedContent(categories=TransferFunctionElement, anyOf={Animate.class,Set.class}) public class FeComponentTransfer extends ContainerNode implements FilterPrimitive
-
-
Field Summary
Fields Modifier and Type Field Description private FilterPrimitiveBasefilterPrimitiveBaseprivate java.awt.image.ByteLookupTablelinearRGBlookupTableprivate java.awt.image.ByteLookupTablesRGBlookupTablestatic java.lang.StringTAG
-
Constructor Summary
Constructors Constructor Description FeComponentTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext)voidbuild(@NotNull AttributeNode attributeNode)ColorInterpolationcolorInterpolation(@NotNull FilterContext filterContext)@NotNull Lengthheight()voidlayoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext)private @Nullable java.awt.image.LookupTablelookupTable(@NotNull FilterContext filterContext)@NotNull java.lang.StringtagName()@NotNull Lengthwidth()@NotNull Lengthx()@NotNull Lengthy()-
Methods inherited from class com.github.weisj.jsvg.nodes.container.ContainerNode
children, doAdd
-
Methods inherited from class com.github.weisj.jsvg.nodes.container.BaseContainerNode
acceptChild, addChild, isAcceptableType
-
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.prototype.Container
childrenOfType
-
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
-
filterPrimitiveBase
private FilterPrimitiveBase filterPrimitiveBase
-
sRGBlookupTable
private java.awt.image.ByteLookupTable sRGBlookupTable
-
linearRGBlookupTable
private java.awt.image.ByteLookupTable linearRGBlookupTable
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
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
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext)- Specified by:
layoutFilterin interfaceFilterPrimitive
-
lookupTable
@Nullable private @Nullable java.awt.image.LookupTable lookupTable(@NotNull @NotNull FilterContext filterContext)
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext)- Specified by:
applyFilterin interfaceFilterPrimitive
-
-