Class Table


  • public class Table
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Table()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(java.lang.Appendable app)  
      Justif firstCell()  
      Justif nextCell​(java.lang.String format, java.lang.Object args)  
      • Methods inherited from class java.lang.Object

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

      • Table

        public Table()
    • Method Detail

      • nextCell

        public Justif nextCell​(java.lang.String format,
                               java.lang.Object args)
      • firstCell

        public Justif firstCell()
      • append

        public void append​(java.lang.Appendable app)