Uses of Enum
com.github.weisj.jsvg.attributes.filter.TransferFunctionType
Packages that use TransferFunctionType
-
Uses of TransferFunctionType in com.github.weisj.jsvg.attributes.filter
Methods in com.github.weisj.jsvg.attributes.filter that return TransferFunctionTypeModifier and TypeMethodDescriptionstatic TransferFunctionType
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 TransferFunctionTypeMethods in com.github.weisj.jsvg.nodes.filter that return TransferFunctionTypeMethods in com.github.weisj.jsvg.nodes.filter with parameters of type TransferFunctionTypeModifier and TypeMethodDescriptionprivate static byte @Nullable []
TransferFunctionElement.createLookupTable
(TransferFunctionType type, @NotNull AttributeNode attributeNode) private static byte @Nullable []
TransferFunctionElement.createTableBasedLookupTable
(TransferFunctionType type, int[] intTable)