DotConfig

@Serializable
class DotConfig(val displayLinkLabels: Boolean? = null, val layoutEngine: LayoutEngine? = null, val nodeAttributes: Map<String, String>? = null, val edgeAttributes: Map<String, String>? = null, val graphAttributes: Map<String, String>? = null) : Serializable(source)

Used to configure the atlas.graphviz.tasks.WriteGraphvizChart and atlas.graphviz.tasks.WriteGraphvizLegend tasks.

Constructors

Link copied to clipboard
constructor(displayLinkLabels: Boolean? = null, layoutEngine: LayoutEngine? = null, nodeAttributes: Map<String, String>? = null, edgeAttributes: Map<String, String>? = null, graphAttributes: Map<String, String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard