Class TextTable

java.lang.Object
net.sourceforge.plantuml.stats.TextTable

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLine(java.lang.Object... cells)
     
    void
     
    int
     
    void
    printMe(java.io.PrintStream ps)
     

    Methods inherited from class java.lang.Object

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

    • TextTable

      public TextTable()
  • Method Details

    • addLine

      public void addLine(java.lang.Object... cells)
    • addSeparator

      public void addSeparator()
    • printMe

      public void printMe(java.io.PrintStream ps)
    • getLines

      public int getLines()