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

Packages that use Bidi.Direction
org.apache.abdera.ext.bidi   
org.apache.abdera.i18n.text   
 

Uses of Bidi.Direction in org.apache.abdera.ext.bidi
 

Methods in org.apache.abdera.ext.bidi that return Bidi.Direction
static
<T extends Element>
Bidi.Direction
BidiHelper.getDirection(T element)
          Get the in-scope direction for an element.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromEncoding(T element)
          Attempt to guess the base direction using the charset encoding.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromEncoding(T element, boolean ignoredir)
          Attempt to guess the base direction using the charset encoding.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromJavaBidi(T element)
          Use Java's built in support for bidi text to determine the base directionality of the element's text.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromJavaBidi(T element, boolean ignoredir)
          Use Java's built in support for bidi text to determine the base directionality of the element's text.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromLanguage(T element)
          Attempt to guess the base direction using the in-scope language.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromLanguage(T element, boolean ignoredir)
          Attempt to guess the base direction using the in-scope language.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromTextProperties(T element)
          Attempt to guess the base direction of an element using an analysis of the directional properties of the characters used.
static
<T extends Element>
Bidi.Direction
BidiHelper.guessDirectionFromTextProperties(T element, boolean ignoredir)
          Attempt to guess the base direction of an element using an analysis of the directional properties of the characters used.
 

Methods in org.apache.abdera.ext.bidi with parameters of type Bidi.Direction
static String BidiHelper.getBidiText(Bidi.Direction direction, String text)
          Return the specified text with appropriate Unicode Control Characters given the specified Direction.
static
<T extends Element>
void
BidiHelper.setDirection(Bidi.Direction direction, T element)
          Set the value of dir attribute
 

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-2012 Apache Software Foundation. All Rights Reserved.