Class TextArea.LineCharacterBreaker

  • Enclosing class:
    TextArea

    public static class TextArea.LineCharacterBreaker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int nextOf​(int offset)  
      boolean offsetIsBoundary​(int offset)  
      int previousOf​(int offset)  
      • Methods inherited from class java.lang.Object

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

      • offsetIsBoundary

        public boolean offsetIsBoundary​(int offset)
      • nextOf

        public int nextOf​(int offset)
      • previousOf

        public int previousOf​(int offset)