Class BidiTextRun


  • public class BidiTextRun
    extends Object
    Simple class to hold a visual ordering text run.
    • Constructor Detail

      • BidiTextRun

        public BidiTextRun​(int startIndex,
                           int length,
                           byte direction)
    • Method Detail

      • getStart

        public int getStart()
      • getLength

        public int getLength()
      • getDirection

        public byte getDirection()
        Returns:
        either LTR or RTL.