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