Uses of Class
com.github.weisj.jsvg.attributes.filter.ColorChannel
-
Packages that use ColorChannel Package Description com.github.weisj.jsvg.attributes.filter com.github.weisj.jsvg.nodes.filter -
-
Uses of ColorChannel in com.github.weisj.jsvg.attributes.filter
Methods in com.github.weisj.jsvg.attributes.filter that return ColorChannel Modifier and Type Method Description static ColorChannel
ColorChannel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorChannel[]
ColorChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorChannel in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as ColorChannel Modifier and Type Field Description private ColorChannel
FeDisplacementMap. xChannelSelector
private ColorChannel
FeDisplacementMap. yChannelSelector
-