|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.text.BidiInfo
public class BidiInfo
This class is for INTERNAL use only.
Field Summary | |
---|---|
boolean |
leadingJoiner
Indicates if the ZWJ character needs to be prepended to text being rendered. |
int[] |
levelInfo
Odd-sized array consisting of bidi levels, interleaved with the offsets at which levels change. |
boolean |
trailingJoiner
Indicates if the ZRJ character needs to be appended to the text being rendered.. |
Constructor Summary | |
---|---|
BidiInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] levelInfo
public boolean leadingJoiner
public boolean trailingJoiner
Constructor Detail |
---|
public BidiInfo()
|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |