|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.abdera.i18n.text.Bidi
public class Bidi
Bidi guessing algorithms
Nested Class Summary | |
---|---|
static class |
Bidi.Direction
|
Constructor Summary | |
---|---|
Bidi()
|
Method Summary | |
---|---|
static Bidi.Direction |
guessDirectionFromEncoding(String charset)
Algorithm that will determine text direction by looking at the character set encoding. |
static Bidi.Direction |
guessDirectionFromJavaBidi(String text)
Algorithm that defers to the Java Bidi implementation to determine text direction. |
static Bidi.Direction |
guessDirectionFromLanguage(Lang lang)
Algorithm that will determine text direction by looking at the characteristics of the language tag. |
static Bidi.Direction |
guessDirectionFromTextProperties(String text)
Algorithm that analyzes properties of the text to determine text direction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bidi()
Method Detail |
---|
public static Bidi.Direction guessDirectionFromLanguage(Lang lang)
public static Bidi.Direction guessDirectionFromEncoding(String charset)
public static Bidi.Direction guessDirectionFromTextProperties(String text)
public static Bidi.Direction guessDirectionFromJavaBidi(String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |