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 DirectionLedMatrixComponent.DEFAULT_SCROLL_DIRECTIONDefault direction for scroll operationsMethods in com.pi4j.crowpi.components with parameters of type DirectionModifier and TypeMethodDescriptionvoidPrints the given string to the LED matrix by scrolling each character in towards the given direction with the default scroll delay.voidPrints the given string to the LED matrix by scrolling each character in towards the given direction with a custom scroll delay.voidRotates the display towards the given direction and wraps around the affected row/column.voidScrolls the display towards the given direction and leaves the now empty row/column empty.protected 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.voidLedMatrixComponent.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.voidLedMatrixComponent.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