Package avail. utility. dot
Types
Link copied to clipboard
class DotWriter( name: String, isDirected: Boolean, charactersPerLine: Int, accumulator: Appendable, darkMode: Boolean = true, val copyrightOwner: String = System.getProperty("user.name"))
Content copied to clipboard
DotWriter produces source text for dot, the widely supported graph description language. Such source text can be passed to numerous renderers, most notably Graphviz, to produce graph visualizations.