Uses of Class
afester.javafx.svg.GradientPolicy
-
-
Uses of GradientPolicy in afester.javafx.svg
Methods in afester.javafx.svg that return GradientPolicy Modifier and Type Method Description static GradientPolicyGradientPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static GradientPolicy[]GradientPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in afester.javafx.svg with parameters of type GradientPolicy Modifier and Type Method Description voidSvgLoader. setGradientTransformPolicy(GradientPolicy policy)Defines the gradient transformation policy to use when an SVG gradient element contains a gradientTransform attribute.voidGradientFactory. setTransformationPolicy(GradientPolicy policy)Sets the gradient transformation policy of the factory.
-