Packages

package viz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. viz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Orient extends AnyRef

Value Members

  1. def graphviz[N, A, B](g: Graph[N, A, B], title: String = "fgl", pageSize: (Double, Double) = (8.5, 11.0), gridSize: (Int, Int) = (1, 1), orient: Orient = Landscape): String

    Formats a graph for use with graphviz

  2. object Landscape extends Orient with Product with Serializable
  3. object Portrait extends Orient with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped