Packages

package html

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Cell(content: Html, attrs: Attrs = Cell.Attrs()) extends Cellular with Product with Serializable
  2. sealed trait Cellular extends Tag
  3. sealed trait Html extends AnyRef

    A simple representation of an HTML label in the dot language

    A simple representation of an HTML label in the dot language

    See also

    http://www.graphviz.org/doc/info/shapes.html#html

  4. case class HtmlEncoding[A](encoding: (A) ⇒ Chunk) extends Encoding[A] with Product with Serializable

    Encoding the DOT HTML AST into its stringified representation

  5. case class Italic(text: String) extends Tag with Product with Serializable
  6. case class Plain(text: String) extends Html with Product with Serializable
  7. case class Raw(text: String) extends Html with Product with Serializable
  8. sealed trait Row extends Cellular
  9. case class RowContent(cells: Seq[Cell]) extends Row with Product with Serializable
  10. case class Table(rows: Seq[Row], attrs: Attrs = Table.Attrs()) extends Cellular with Product with Serializable
  11. trait Tag extends Html
  12. sealed trait TagAttrs extends AnyRef

Value Members

  1. object Cell extends Serializable
  2. object HtmlEncoding extends EncodingCompanion[Html, HtmlEncoding] with HtmlAttrEncoding
  3. object RowDivider extends Row with Product with Serializable
  4. object Table extends Serializable
  5. object TagAttrs

Ungrouped