Class AbstractTable

    • Constructor Detail

      • AbstractTable

        public AbstractTable()
    • Method Detail

      • getRow

        public Row getRow​(int row)
        Specified by:
        getRow in interface Table
      • print

        public void print​(java.io.PrintStream out,
                          java.lang.String caption,
                          boolean html)
        Specified by:
        print in interface Table