Uses of Class
org.apache.abdera.i18n.text.Bidi.Direction

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.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.