|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bidi.Direction | |
---|---|
org.apache.abdera.i18n.text |
Uses of Bidi.Direction in org.apache.abdera.i18n.text |
---|
Methods in org.apache.abdera.i18n.text that return Bidi.Direction | |
---|---|
static Bidi.Direction |
Bidi.guessDirectionFromEncoding(String charset)
Algorithm that will determine text direction by looking at the character set encoding. |
static Bidi.Direction |
Bidi.guessDirectionFromJavaBidi(String text)
Algorithm that defers to the Java Bidi implementation to determine text direction. |
static Bidi.Direction |
Bidi.guessDirectionFromLanguage(Lang lang)
Algorithm that will determine text direction by looking at the characteristics of the language tag. |
static Bidi.Direction |
Bidi.guessDirectionFromTextProperties(String text)
Algorithm that analyzes properties of the text to determine text direction. |
static Bidi.Direction |
Bidi.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Bidi.Direction[] |
Bidi.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |