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