Class TextChunk

  • Direct Known Subclasses:
    CharacterRenderInfo

    public class TextChunk
    extends java.lang.Object
    Represents a chunk of text, it's orientation, and location relative to the orientation vector
    • Field Detail

      • text

        protected final java.lang.String text
        the text of the chunk
    • Constructor Detail

    • Method Detail

      • getText

        public java.lang.String getText()
        Returns:
        the text captured by this chunk
      • printDiagnostics

        void printDiagnostics()
      • sameLine

        boolean sameLine​(TextChunk lastChunk)