Class HebrewProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int runDirection  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRTL()
      Hebrew is written from right to left.
      java.lang.String process​(java.lang.String s)
      Processes a String
      • Methods inherited from class java.lang.Object

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

      • runDirection

        protected int runDirection
    • Constructor Detail

      • HebrewProcessor

        public HebrewProcessor()
      • HebrewProcessor

        public HebrewProcessor​(int runDirection)