Uses of Class
com.github.weisj.jsvg.nodes.filter.FeTurbulence.Type
-
Packages that use FeTurbulence.Type Package Description com.github.weisj.jsvg.nodes.filter -
-
Uses of FeTurbulence.Type in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as FeTurbulence.Type Modifier and Type Field Description private FeTurbulence.Type
FeTurbulence.TurbulenceChannel. type
private FeTurbulence.Type
FeTurbulence. type
Methods in com.github.weisj.jsvg.nodes.filter that return FeTurbulence.Type Modifier and Type Method Description static FeTurbulence.Type
FeTurbulence.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeTurbulence.Type[]
FeTurbulence.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type FeTurbulence.Type Constructor Description TurbulenceChannel(@NotNull java.awt.geom.Rectangle2D tileBounds, int imageWidth, int imageHeight, float seed, int octaves, double xFrequency, double yFrequency, FeTurbulence.Type type)
-