Class UISegmentedControlSegment


  • public final class UISegmentedControlSegment
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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