Interface BidiReorderer
- All Known Implementing Classes:
ICUBidiReorderer, SimpleBidiReorderer
public interface BidiReorderer
An interface to provide text reordering services.
Must use a proper algorithm rather than reverse string to allow
for surrogate pairs, control characters, etc.
-
Method Summary
Modifier and TypeMethodDescriptiondeshapeText(String text) Deshape text, for use if the shaped character is not in a font.booleanUseful for optimization.reorderRTLTextToLTR(String text) Arabic character shapes depends on whether a character is at the start, end or middle of a word.
-
Method Details
-
reorderRTLTextToLTR
-
shapeText
-
deshapeText
-
isLiveImplementation
boolean isLiveImplementation()Useful for optimization.- Returns:
-