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