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

Node_Style

mattt edited this page Jul 15, 2020 · 3 revisions

Node.Style

public enum Style

Inheritance

DOTRepresentable, Hashable

Enumeration Cases

solid

case solid

dashed

case dashed

dotted

case dotted

bold

case bold

rounded

case rounded

diagonals

case diagonals

filled

case filled(: Color)

striped

case striped(: [Color])

wedged

case wedged(: [Color])

compound

case compound(: [Style])

Methods

representation(in:)

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