Uses of Enum Class
com.github.weisj.jsvg.attributes.filter.TransferFunctionType
Packages that use TransferFunctionType
-
Uses of TransferFunctionType in com.github.weisj.jsvg.attributes.filter
Subclasses with type arguments of type TransferFunctionType in com.github.weisj.jsvg.attributes.filterMethods in com.github.weisj.jsvg.attributes.filter that return TransferFunctionTypeModifier and TypeMethodDescriptionstatic TransferFunctionTypeReturns the enum constant of this class with the specified name.static TransferFunctionType[]TransferFunctionType.values()Returns an array containing the constants of this enum class, 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)