Interface LanguageProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isRTL()
      Indicates if the rundirection is right-to-left.
      java.lang.String process​(java.lang.String s)
      Processes a String
    • Method Detail

      • process

        java.lang.String process​(java.lang.String s)
        Processes a String
        Parameters:
        s - the original String
        Returns:
        the processed String
      • isRTL

        boolean isRTL()
        Indicates if the rundirection is right-to-left.
        Returns:
        true if text needs to be rendered from right to left.