Uses of Enum Class
ca.corbett.extras.image.animation.ImageScroller.ScrollSpeed
Packages that use ImageScroller.ScrollSpeed
Package
Description
This package contains animation classes that can be used inside an animation loop.
-
Uses of ImageScroller.ScrollSpeed in ca.corbett.extras.image.animation
Fields in ca.corbett.extras.image.animation declared as ImageScroller.ScrollSpeedMethods in ca.corbett.extras.image.animation that return ImageScroller.ScrollSpeedModifier and TypeMethodDescriptionImageScroller.getScrollSpeed()static ImageScroller.ScrollSpeedReturns the enum constant of this class with the specified name.static ImageScroller.ScrollSpeed[]ImageScroller.ScrollSpeed.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.ScrollSpeedModifier and TypeMethodDescriptionvoidImageScroller.setScrollSpeed(ImageScroller.ScrollSpeed scrollSpeed) This represents the maximum scrolling speed, in pixels per frame.