Class NSTextLayoutOrientation


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

      Fields 
      Modifier and Type Field Description
      static long Horizontal
      Lines rendered horizontally, grow top to bottom
      static long Vertical
      Lines rendered vertically, grow right to left
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Horizontal

        public static final long Horizontal
        Lines rendered horizontally, grow top to bottom
        See Also:
        Constant Field Values
      • Vertical

        public static final long Vertical
        Lines rendered vertically, grow right to left
        See Also:
        Constant Field Values