|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LanguageProcessor
Interface that needs to be implemented by classes that process bytes representing text in specific languages. Processing involves changing order to Right to Left and/or applying ligatures.
| Method Summary | |
|---|---|
boolean |
isRTL()
Indicates if the rundirection is right-to-left. |
String |
process(String s)
Processes a String |
| Method Detail |
|---|
String process(String s)
s - the original String
boolean isRTL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||