Uses of Enum Class
com.pi4j.crowpi.components.definitions.Direction
Packages that use Direction
-
Uses of Direction in com.pi4j.crowpi.components
Fields in com.pi4j.crowpi.components declared as DirectionModifier and TypeFieldDescriptionprotected static final Direction
LedMatrixComponent.DEFAULT_SCROLL_DIRECTION
Default direction for scroll operationsMethods in com.pi4j.crowpi.components with parameters of type DirectionModifier and TypeMethodDescriptionvoid
Prints the given string to the LED matrix by scrolling each character in towards the given direction with the default scroll delay.void
Prints the given string to the LED matrix by scrolling each character in towards the given direction with a custom scroll delay.void
Rotates the display towards the given direction and wraps around the affected row/column.void
Scrolls the display towards the given direction and leaves the now empty row/column empty.protected void
LedMatrixComponent.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.void
LedMatrixComponent.transition
(LedMatrixComponent.Symbol symbol, Direction scrollDirection) Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in with the default scroll delay.void
LedMatrixComponent.transition
(LedMatrixComponent.Symbol symbol, Direction scrollDirection, long scrollDelay) Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in. -
Uses of Direction in com.pi4j.crowpi.components.definitions
Methods in com.pi4j.crowpi.components.definitions that return Direction