Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Subgraph_Style

mattt edited this page Jul 15, 2020 · 3 revisions

Subgraph.Style

public enum Style

Inheritance

DOTRepresentable, Hashable

Enumeration Cases

solid

case solid

dashed

case dashed

dotted

case dotted

bold

case bold

rounded

case rounded

filled

case filled(: Color)

striped

case striped(: [Color])

compound

case compound(: [Style])

Methods

representation(in:)

func representation(in graph: Graph) -> String?
Clone this wiki locally