Class QCTextBit


  • public final class QCTextBit
    extends QCBit
    A Text based bit of Quill Contents
    • Constructor Detail

      • QCTextBit

        public QCTextBit​(java.lang.String thingType,
                         java.lang.String bitType,
                         byte[] data)
    • Method Detail

      • getText

        public java.lang.String getText()
        Returns the text. Note that line endings are \r and not \n
      • setText

        public void setText​(java.lang.String text)