Uses of Enum Class
com.github.weisj.jsvg.nodes.filter.FeTurbulence.Type
Packages that use FeTurbulence.Type
-
Uses of FeTurbulence.Type in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as FeTurbulence.TypeModifier and TypeFieldDescriptionprivate final FeTurbulence.Type
FeTurbulence.TurbulenceChannel.type
private FeTurbulence.Type
FeTurbulence.type
Methods in com.github.weisj.jsvg.nodes.filter that return FeTurbulence.TypeModifier and TypeMethodDescriptionstatic FeTurbulence.Type
Returns the enum constant of this class with the specified name.static FeTurbulence.Type[]
FeTurbulence.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type FeTurbulence.TypeModifierConstructorDescriptionTurbulenceChannel
(@NotNull Rectangle2D tileBounds, int imageWidth, int imageHeight, float seed, int octaves, double xFrequency, double yFrequency, FeTurbulence.Type type)