org.cosplay.CPAsciiTable$
See theCPAsciiTable companion class Companion object contains utility functions.
Attributes
- Companion:
- class
- Source:
- CPAsciiTable.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Creates new ASCII text table with all defaults.
Creates new ASCII table with given header cells.
Creates new ASCII table with given header cells.
Attributes
- hdrs
Header.
- Source:
- CPAsciiTable.scala
Creates new ASCII table with given header cells.
Creates new ASCII table with given header cells.
Attributes
- hdrs
Header.
- Source:
- CPAsciiTable.scala
Creates new ASCII table with given headers and data.
Creates new ASCII table with given headers and data.
Attributes
- data
Table data (sequence of rows).
- hdrs
Headers.
- Source:
- CPAsciiTable.scala