Uses of Class
com.github.weisj.jsvg.nodes.filter.TransferFunctionElement.Channel
-
Packages that use TransferFunctionElement.Channel Package Description com.github.weisj.jsvg.nodes.filter -
-
Uses of TransferFunctionElement.Channel in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as TransferFunctionElement.Channel Modifier and Type Field Description private TransferFunctionElement.ChannelTransferFunctionElement. channelMethods in com.github.weisj.jsvg.nodes.filter that return TransferFunctionElement.Channel Modifier and Type Method Description TransferFunctionElement.ChannelTransferFunctionElement. channel()static TransferFunctionElement.ChannelTransferFunctionElement.Channel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransferFunctionElement.Channel[]TransferFunctionElement.Channel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type TransferFunctionElement.Channel Constructor Description TransferFunctionElement(TransferFunctionElement.Channel channel)
-