Uses of Enum Class
com.pi4j.crowpi.components.LedMatrixComponent.ScrollMode
Packages that use LedMatrixComponent.ScrollMode
-
Uses of LedMatrixComponent.ScrollMode in com.pi4j.crowpi.components
Methods in com.pi4j.crowpi.components that return LedMatrixComponent.ScrollModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LedMatrixComponent.ScrollMode[]LedMatrixComponent.ScrollMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.crowpi.components with parameters of type LedMatrixComponent.ScrollModeModifier and TypeMethodDescriptionprotected voidLedMatrixComponent.scroll(Direction direction, LedMatrixComponent.ScrollMode scrollMode, byte[] newBuffer, int newOffset) Scrolls the display towards the given direction and fills the empty row/column based on scroll mode.