Uses of Enum
javafx.scene.effect.BlurType
-
Uses of BlurType in javafx.scene.effect
Modifier and TypeMethodDescriptionDropShadow.getBlurType()
InnerShadow.getBlurType()
static BlurType
Returns 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.Modifier and TypeMethodDescriptionvoid
DropShadow.setBlurType
(BlurType blurType) void
InnerShadow.setBlurType
(BlurType blurType) ModifierConstructorDescriptionDropShadow
(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.