Package apple.uikit.enums
Class UISegmentedControlSegment
- java.lang.Object
-
- apple.uikit.enums.UISegmentedControlSegment
-
public final class UISegmentedControlSegment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAloneThe standalone segment, capped on both ends.static longAnystatic longCenterAny segment between the left and rightmost segments.static longLeftThe capped, leftmost segment.static longRightThe capped,rightmost segment.
-
-
-
Field Detail
-
Any
public static final long Any
- See Also:
- Constant Field Values
-
Left
public static final long Left
The capped, leftmost segment. Only applies when numSegments > 1.- See Also:
- Constant Field Values
-
Center
public static final long Center
Any segment between the left and rightmost segments. Only applies when numSegments > 2.- See Also:
- Constant Field Values
-
Right
public static final long Right
The capped,rightmost segment. Only applies when numSegments > 1.- See Also:
- Constant Field Values
-
Alone
public static final long Alone
The standalone segment, capped on both ends. Only applies when numSegments = 1.- See Also:
- Constant Field Values
-
-