Uses of Class
com.github.weisj.jsvg.attributes.filter.TransferFunctionType
-
Packages that use TransferFunctionType Package Description com.github.weisj.jsvg.attributes.filter com.github.weisj.jsvg.nodes.filter -
-
Uses of TransferFunctionType in com.github.weisj.jsvg.attributes.filter
Methods in com.github.weisj.jsvg.attributes.filter that return TransferFunctionType Modifier and Type Method Description static TransferFunctionType
TransferFunctionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransferFunctionType[]
TransferFunctionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransferFunctionType in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as TransferFunctionType Modifier and Type Field Description private TransferFunctionType
TransferFunctionElement. type
Methods in com.github.weisj.jsvg.nodes.filter that return TransferFunctionType Modifier and Type Method Description TransferFunctionType
TransferFunctionElement. type()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type TransferFunctionType Modifier and Type Method Description private static byte @Nullable []
TransferFunctionElement. createLookupTable(TransferFunctionType type, @NotNull AttributeNode attributeNode)
private static byte @Nullable []
TransferFunctionElement. createTableBasedLookupTable(TransferFunctionType type, int[] intTable)
-