public final class UISegmentedControlSegment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Alone
The standalone segment, capped on both ends.
|
static long |
Any |
static long |
Center
Any segment between the left and rightmost segments.
|
static long |
Left
The capped, leftmost segment.
|
static long |
Right
The capped,rightmost segment.
|
public static final long Any
public static final long Left
public static final long Center
public static final long Right
public static final long Alone