Uses of Enum Class
com.pi4j.crowpi.components.LedMatrixComponent.Symbol
Packages that use LedMatrixComponent.Symbol
-
Uses of LedMatrixComponent.Symbol in com.pi4j.crowpi.components
Methods in com.pi4j.crowpi.components that return LedMatrixComponent.SymbolModifier and TypeMethodDescriptionstatic LedMatrixComponent.SymbolLedMatrixComponent.Symbol.getByChar(char c) Attempts to find a symbol associated to the given character and returns it.protected LedMatrixComponent.SymbolLedMatrixComponent.lookupSymbol(char c) Returns aLedMatrixComponent.Symbolwhich is associated with the given ASCII character.static LedMatrixComponent.SymbolReturns 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.Methods in com.pi4j.crowpi.components that return types with arguments of type LedMatrixComponent.SymbolModifier and TypeMethodDescriptionprotected List<LedMatrixComponent.Symbol>LedMatrixComponent.convertToSymbols(String string) Converts a string into a list of symbols to print on the 8x8 LED matrix.Methods in com.pi4j.crowpi.components with parameters of type LedMatrixComponent.SymbolModifier and TypeMethodDescriptionvoidLedMatrixComponent.print(LedMatrixComponent.Symbol symbol) Prints the given symbol on the LED matrix, which will be immediately displayed.voidLedMatrixComponent.transition(LedMatrixComponent.Symbol symbol) Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in.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.