public class BidiInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BidiInfo() |
public int[] levelInfo
public boolean leadingJoiner
public boolean trailingJoiner
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.