Uses of Enum Class
com.pi4j.crowpi.components.SevenSegmentComponent.Segment
-
Uses of SevenSegmentComponent.Segment in com.pi4j.crowpi.components
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SevenSegmentComponent.Segment[]
SevenSegmentComponent.Segment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected static byte
SevenSegmentComponent.fromSegments
(SevenSegmentComponent.Segment... segments) Helper method for creating a raw digit value (byte) from 0-n segments.void
SevenSegmentComponent.setDigit
(int position, SevenSegmentComponent.Segment... segments) Sets the digit at the specified position to match the given segments.