Class RtfSink.Line

  • Enclosing class:
    RtfSink

    static class RtfSink.Line
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Vector items  
    • Constructor Summary

      Constructors 
      Constructor Description
      Line()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(RtfSink.Item item)  
      • Methods inherited from class java.lang.Object

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

      • items

        java.util.Vector items
    • Constructor Detail

      • Line

        Line()