Uses of Enum Class
ca.corbett.extras.image.animation.BlurLayerUI.BlurIntensity
Packages that use BlurLayerUI.BlurIntensity
Package
Description
This package contains animation classes and other fun visual effects that you can
drop into your application:
AnimatedTextRenderer - types out text at a configurable
rate with configurable color and font options.
BlurLayerUI - apply a blur effect to a JPanel.
FadeLayerUI - apply a fade-in/fade-out effect to a JPanel.
SnowLayerUI - apply a "falling snow" effect to a JPanel.
-
Uses of BlurLayerUI.BlurIntensity in ca.corbett.extras.image.animation
Fields in ca.corbett.extras.image.animation declared as BlurLayerUI.BlurIntensityModifier and TypeFieldDescriptionstatic final BlurLayerUI.BlurIntensityBlurLayerUI.DEFAULT_INTENSITYMethods in ca.corbett.extras.image.animation that return BlurLayerUI.BlurIntensityModifier and TypeMethodDescriptionBlurLayerUI.getBlurIntensity()Returns the current blur intensity setting.static BlurLayerUI.BlurIntensityReturns the enum constant of this class with the specified name.static BlurLayerUI.BlurIntensity[]BlurLayerUI.BlurIntensity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.image.animation with parameters of type BlurLayerUI.BlurIntensityModifier and TypeMethodDescriptionBlurLayerUI.setBlurIntensity(BlurLayerUI.BlurIntensity intensity) Sets the blur intensity preset.