Class BidiFormatterBase.Format

java.lang.Object
com.google.gwt.i18n.shared.BidiFormatterBase.Format
Enclosing class:
BidiFormatterBase

static final class BidiFormatterBase.Format extends Object
A container class for direction-related string constants, e.g. Unicode formatting characters.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LEFT

      public static final String LEFT
      "left" string constant.
      See Also:
    • LRE

      public static final char LRE
      Unicode "Left-To-Right Embedding" (LRE) character.
      See Also:
    • LRM

      public static final char LRM
      Unicode "Left-To-Right Mark" (LRM) character.
      See Also:
    • LRM_STRING

      public static final String LRM_STRING
      String representation of LRM.
    • PDF

      public static final char PDF
      Unicode "Pop Directional Formatting" (PDF) character.
      See Also:
    • RLE

      public static final char RLE
      Unicode "Right-To-Left Embedding" (RLE) character.
      See Also:
    • RLM

      public static final char RLM
      Unicode "Right-To-Left Mark" (RLM) character.
      See Also:
    • RLM_STRING

      public static final String RLM_STRING
      String representation of RLM.