Class RtfSink.Table

  • Enclosing class:
    RtfSink

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

      Fields 
      Modifier and Type Field Description
      (package private) int[] columnWidths  
      (package private) boolean grid  
      (package private) int[] justification  
      (package private) int numColumns  
      (package private) java.util.Vector rows  
    • Constructor Summary

      Constructors 
      Constructor Description
      Table​(int[] justification, boolean grid)  
    • Method Summary

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

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

      • numColumns

        int numColumns
      • columnWidths

        int[] columnWidths
      • justification

        int[] justification
      • grid

        boolean grid
      • rows

        java.util.Vector rows
    • Constructor Detail

      • Table

        Table​(int[] justification,
              boolean grid)