Packages

c

scala.tools.nsc.doc.html.page.diagram

DotDiagramGenerator

class DotDiagramGenerator extends DiagramGenerator

Source
DotDiagramGenerator.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DotDiagramGenerator
  2. DiagramGenerator
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DotDiagramGenerator(settings: Settings, dotRunner: DotRunner)

Value Members

  1. def generate(diagram: Diagram, template: DocTemplateEntity, page: HtmlPage): NodeSeq

    Generates a visualization of the internal representation of a diagram.

    Generates a visualization of the internal representation of a diagram.

    returns

    The HTML to be embedded in the Scaladoc page

    Definition Classes
    DotDiagramGeneratorDiagramGenerator
  2. def getKind(klass: String): String
  3. def getPosition(g: Node, axis: String, offset: Double): Option[Double]