Uses of Enum Class
ca.corbett.extras.image.animation.ImageScroller.EasingStrength
Packages that use ImageScroller.EasingStrength
Package
Description
This package contains animation classes that can be used inside an animation loop.
-
Uses of ImageScroller.EasingStrength in ca.corbett.extras.image.animation
Fields in ca.corbett.extras.image.animation declared as ImageScroller.EasingStrengthModifier and TypeFieldDescriptionprotected ImageScroller.EasingStrengthImageScroller.easingStrengthMethods in ca.corbett.extras.image.animation that return ImageScroller.EasingStrengthModifier and TypeMethodDescriptionImageScroller.getEasingStrength()static ImageScroller.EasingStrengthReturns the enum constant of this class with the specified name.static ImageScroller.EasingStrength[]ImageScroller.EasingStrength.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 ImageScroller.EasingStrengthModifier and TypeMethodDescriptionvoidImageScroller.setEasingStrength(ImageScroller.EasingStrength easingStrength) Sets the strength of the "bounce" calculations, to exaggerate the acceleration and deceleration effects.