Class BidiInfo

java.lang.Object
org.eclipse.draw2d.text.BidiInfo

public class BidiInfo extends Object
This class is for INTERNAL use only.
Since:
3.1
  • Field Details

    • levelInfo

      public int[] levelInfo
      Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.
    • leadingJoiner

      public boolean leadingJoiner
      Indicates if the ZWJ character needs to be prepended to text being rendered.
    • trailingJoiner

      public boolean trailingJoiner
      Indicates if the ZRJ character needs to be appended to the text being rendered..
  • Constructor Details

    • BidiInfo

      public BidiInfo()