public class SimpleBidiReorderer extends Object implements BidiReorderer
| Constructor and Description |
|---|
SimpleBidiReorderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
deshapeText(String text)
Deshape text, for use if the shaped character is not in a font.
|
boolean |
isLiveImplementation()
Useful for optimization.
|
String |
reorderRTLTextToLTR(String text) |
String |
shapeText(String text)
Arabic character shapes depends on whether a character is at the
start, end or middle of a word.
|
public String reorderRTLTextToLTR(String text)
reorderRTLTextToLTR in interface BidiReordererpublic String shapeText(String text)
BidiReorderershapeText in interface BidiReordererpublic String deshapeText(String text)
BidiReordererdeshapeText in interface BidiReordererpublic boolean isLiveImplementation()
BidiReordererisLiveImplementation in interface BidiReordererCopyright © 2018. All rights reserved.