Package com.google.gwt.i18n.shared
Class BidiFormatterBase.Format
java.lang.Object
com.google.gwt.i18n.shared.BidiFormatterBase.Format
- Enclosing class:
BidiFormatterBase
A container class for direction-related string constants, e.g. Unicode
formatting characters.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
"left" string constant.static final char
Unicode "Left-To-Right Embedding" (LRE) character.static final char
Unicode "Left-To-Right Mark" (LRM) character.static final String
String representation of LRM.static final char
Unicode "Pop Directional Formatting" (PDF) character.static final String
"right" string constant.static final char
Unicode "Right-To-Left Embedding" (RLE) character.static final char
Unicode "Right-To-Left Mark" (RLM) character.static final String
String representation of RLM. -
Method Summary
-
Field Details
-
LEFT
"left" string constant.- See Also:
-
LRE
public static final char LREUnicode "Left-To-Right Embedding" (LRE) character.- See Also:
-
LRM
public static final char LRMUnicode "Left-To-Right Mark" (LRM) character.- See Also:
-
LRM_STRING
String representation of LRM. -
PDF
public static final char PDFUnicode "Pop Directional Formatting" (PDF) character.- See Also:
-
RIGHT
"right" string constant.- See Also:
-
RLE
public static final char RLEUnicode "Right-To-Left Embedding" (RLE) character.- See Also:
-
RLM
public static final char RLMUnicode "Right-To-Left Mark" (RLM) character.- See Also:
-
RLM_STRING
String representation of RLM.
-