Uses of Enum Class
com.pi4j.crowpi.components.LedMatrixComponent.Symbol
-
Uses of LedMatrixComponent.Symbol in com.pi4j.crowpi.components
Modifier and TypeMethodDescriptionstatic LedMatrixComponent.Symbol
LedMatrixComponent.Symbol.getByChar
(char c) Attempts to find a symbol associated to the given character and returns it.protected LedMatrixComponent.Symbol
LedMatrixComponent.lookupSymbol
(char c) Returns aLedMatrixComponent.Symbol
which is associated with the given ASCII character.static LedMatrixComponent.Symbol
Returns the enum constant of this class with the specified name.static LedMatrixComponent.Symbol[]
LedMatrixComponent.Symbol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected List<LedMatrixComponent.Symbol>
LedMatrixComponent.convertToSymbols
(String string) Converts a string into a list of symbols to print on the 8x8 LED matrix.Modifier and TypeMethodDescriptionvoid
LedMatrixComponent.print
(LedMatrixComponent.Symbol symbol) Prints the given symbol on the LED matrix, which will be immediately displayed.void
LedMatrixComponent.transition
(LedMatrixComponent.Symbol symbol) Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in.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.