Uses of Enum Class
com.pi4j.crowpi.components.SevenSegmentComponent.Segment
Packages that use SevenSegmentComponent.Segment
-
Uses of SevenSegmentComponent.Segment in com.pi4j.crowpi.components
Methods in com.pi4j.crowpi.components that return SevenSegmentComponent.SegmentModifier 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.Methods in com.pi4j.crowpi.components with parameters of type SevenSegmentComponent.SegmentModifier and TypeMethodDescriptionprotected static byteSevenSegmentComponent.fromSegments(SevenSegmentComponent.Segment... segments) Helper method for creating a raw digit value (byte) from 0-n segments.voidSevenSegmentComponent.setDigit(int position, SevenSegmentComponent.Segment... segments) Sets the digit at the specified position to match the given segments.