Spacing

scalax.collection.io.dot.Spacing
case class Spacing(indent: Indent, graphAttrSeparator: AttrSeparator, elemAttrSeparator: AttrSeparator)

Value parameters

elemAttrSeparator

the separator to be used for edge/node level DOT graph language elements.

graphAttrSeparator

the separator to be used for graph/subgraph level DOT graph language elements.

indent

unit of indentation to be used at the beginning of DOT graph lines. This unit is taken n times with n being the depths of the content represented on a given line. The depth increases with DOT subgraphs.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DefaultSpacing.type

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product