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
Subclasses with type arguments of type FeTurbulence.Type in com.github.weisj.jsvg.nodes.filterFields in com.github.weisj.jsvg.nodes.filter declared as FeTurbulence.TypeModifier and TypeFieldDescriptionprivate final FeTurbulence.TypeFeTurbulence.TurbulenceChannel.typeprivate FeTurbulence.TypeFeTurbulence.typeMethods in com.github.weisj.jsvg.nodes.filter that return FeTurbulence.TypeModifier and TypeMethodDescriptionstatic FeTurbulence.TypeReturns 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)