Package

reftree.dot

html

Permalink

package html

Visibility
  1. Public
  2. All

Type Members

  1. case class Cell(content: Html, attrs: Attrs = Cell.Attrs()) extends Cellular with Product with Serializable

    Permalink
  2. sealed trait Cellular extends Tag

    Permalink
  3. sealed trait Html extends AnyRef

    Permalink

    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

    Permalink

    Encoding the DOT HTML AST into its stringified representation

  5. case class Italic(text: String) extends Tag with Product with Serializable

    Permalink
  6. case class Plain(text: String) extends Html with Product with Serializable

    Permalink
  7. case class Raw(text: String) extends Html with Product with Serializable

    Permalink
  8. sealed trait Row extends Cellular

    Permalink
  9. case class RowContent(cells: Seq[Cell]) extends Row with Product with Serializable

    Permalink
  10. case class Table(rows: Seq[Row], attrs: Attrs = Table.Attrs()) extends Cellular with Product with Serializable

    Permalink
  11. trait Tag extends Html

    Permalink
  12. sealed trait TagAttrs extends AnyRef

    Permalink

Value Members

  1. object Cell extends Serializable

    Permalink
  2. object HtmlEncoding extends EncodingCompanion[Html, HtmlEncoding] with HtmlAttrEncoding

    Permalink
  3. object RowDivider extends Row with Product with Serializable

    Permalink
  4. object Table extends Serializable

    Permalink
  5. object TagAttrs

    Permalink

Ungrouped