CPAsciiTable

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

Concrete methods

Creates new ASCII text table with all defaults.

Creates new ASCII text table with all defaults.

Attributes

Source:
CPAsciiTable.scala
def apply(hdrs: Any*): CPAsciiTable

Creates new ASCII table with given header cells.

Creates new ASCII table with given header cells.

Attributes

hdrs

Header.

Source:
CPAsciiTable.scala
def apply(hdrs: Seq[_]): CPAsciiTable

Creates new ASCII table with given header cells.

Creates new ASCII table with given header cells.

Attributes

hdrs

Header.

Source:
CPAsciiTable.scala
def of(hdrs: Seq[Any], data: Seq[Seq[Any]]): CPAsciiTable

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

Concrete fields

final val DFLT_HEADER_STYLE: "align:center"

Default header style.

Default header style.

Attributes

Source:
CPAsciiTable.scala
final val DFLT_ROW_STYLE: "align:left"

Default row style.

Default row style.

Attributes

Source:
CPAsciiTable.scala