Class UIFontWeight.Values

  • Enclosing class:
    UIFontWeight

    public static class UIFontWeight.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double Black()  
      static double Bold()  
      static double Heavy()  
      static double Light()  
      static double Medium()  
      static double Regular()  
      static double Semibold()  
      static double Thin()  
      static double UltraLight()  
      • Methods inherited from class java.lang.Object

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

      • Values

        public Values()
    • Method Detail

      • UltraLight

        public static double UltraLight()
        Since:
        Available in iOS 8.2 and later.
      • Thin

        public static double Thin()
        Since:
        Available in iOS 8.2 and later.
      • Light

        public static double Light()
        Since:
        Available in iOS 8.2 and later.
      • Regular

        public static double Regular()
        Since:
        Available in iOS 8.2 and later.
      • Medium

        public static double Medium()
        Since:
        Available in iOS 8.2 and later.
      • Semibold

        public static double Semibold()
        Since:
        Available in iOS 8.2 and later.
      • Bold

        public static double Bold()
        Since:
        Available in iOS 8.2 and later.
      • Heavy

        public static double Heavy()
        Since:
        Available in iOS 8.2 and later.
      • Black

        public static double Black()
        Since:
        Available in iOS 8.2 and later.