Interface TextLineWrapper

    • Method Detail

      • startParagraph

        void startParagraph​(int paragraphStart,
                            int paragraphEnd,
                            boolean truncateAtChar)
      • startEmptyParagraph

        void startEmptyParagraph​(int paragraphStart)
      • paragraphPosition

        int paragraphPosition()
      • paragraphEnd

        int paragraphEnd()
      • nextLine

        TextLine nextLine​(float width,
                          int endLimit,
                          boolean requireWord)
      • baseTextLine

        TextLine baseTextLine​(int index)
      • maxFontsize

        float maxFontsize​(int start,
                          int end)
      • getLineText

        String getLineText​(int start,
                           int end)
      • charAt

        char charAt​(int index)
      • lastLineWrapper

        TextLineWrapper lastLineWrapper​(String lineText,
                                        int start,
                                        int textLength,
                                        boolean truncateAtChar)