GraphStyle

object GraphStyle
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def derivedFrom[S, T](using base: GraphStyle[S, T])(id: String, format: String, srcSuffix: String, executable: String, keepDOT: Boolean, fontSize: Int, margin: Double, nodeShape: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, nodeLabel: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, edgeLabel: (T, S, S, Graphable[S, T, _ <: (GraphStyle)]) => String): GraphStyle[S, T]

Concrete fields

Givens

Givens

given go