Class TransferFunctionElement.FeFuncB
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.TransferFunctionElement
-
- com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.FeFuncB
-
- All Implemented Interfaces:
SVGNode
- Enclosing class:
- TransferFunctionElement
@ElementCategories(TransferFunctionElement) @PermittedContent(anyOf={Animate.class,Set.class}) public static final class TransferFunctionElement.FeFuncB extends TransferFunctionElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.weisj.jsvg.nodes.filter.TransferFunctionElement
TransferFunctionElement.Channel, TransferFunctionElement.FeFuncA, TransferFunctionElement.FeFuncB, TransferFunctionElement.FeFuncG, TransferFunctionElement.FeFuncR
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Fields inherited from class com.github.weisj.jsvg.nodes.filter.TransferFunctionElement
IDENTITY_LOOKUP_TABLE
-
-
Constructor Summary
Constructors Constructor Description FeFuncB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.filter.TransferFunctionElement
build, channel, lookupTable, type
-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-