Package org.eclipse.draw2d.text
Class BidiInfo
java.lang.Object
org.eclipse.draw2d.text.BidiInfo
This class is for INTERNAL use only.
- Since:
- 3.1
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanIndicates if the ZWJ character needs to be prepended to text being rendered.int[]Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.booleanIndicates if the ZRJ character needs to be appended to the text being rendered..
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
levelInfopublic int[] levelInfoOdd-sized array consisting of bidi levels, interleaved with the offsets at which levels change.
- 
leadingJoinerpublic boolean leadingJoinerIndicates if the ZWJ character needs to be prepended to text being rendered.
- 
trailingJoinerpublic boolean trailingJoinerIndicates if the ZRJ character needs to be appended to the text being rendered..
 
- 
- 
Constructor Details- 
BidiInfopublic BidiInfo()
 
-