Class PlainTextFormatter


  • public class PlainTextFormatter
    extends java.lang.Object
    TextFormatter to handle plain text formatting for annotation rectangles. The text formatter will take a single value or an array of values which are treated as paragraphs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void format()
      Format the text block.
      • Methods inherited from class java.lang.Object

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

      • format

        public void format()
                    throws java.io.IOException
        Format the text block.
        Throws:
        java.io.IOException - if there is an error writing to the stream.