Uses of Enum
javafx.scene.effect.BlurType
Packages that use BlurType
-
Uses of BlurType in javafx.scene.effect
Methods in javafx.scene.effect that return BlurTypeModifier and TypeMethodDescriptionDropShadow.getBlurType()InnerShadow.getBlurType()static BlurTypeReturns the enum constant of this type with the specified name.static BlurType[]BlurType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.scene.effect with parameters of type BlurTypeModifier and TypeMethodDescriptionvoidDropShadow.setBlurType(BlurType blurType) voidInnerShadow.setBlurType(BlurType blurType) Constructors in javafx.scene.effect with parameters of type BlurTypeModifierConstructorDescriptionDropShadow(BlurType blurType, Color color, double radius, double spread, double offsetX, double offsetY) Creates a new instance of DropShadow with the specified blurType, color, radius, spread, offsetX and offsetY.InnerShadow(BlurType blurType, Color color, double radius, double choke, double offsetX, double offsetY) Creates a new instance of InnerShadow with the specified blurType, color, radius, spread, offsetX and offsetY.