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