-
public final class MermaidFlowChartDslExtensions
-
-
Method Summary
-
-
Method Detail
-
mermaidFlowChartDsl
final static MermaidFlowChartDsl.DslDocument mermaidFlowChartDsl(MermaidFlowChartDsl.Direction direction, Function1<MermaidFlowChartDsl.DslDocument, Unit> block)
开始构建MermaidFlowChartDsl。
-
node
final static MermaidFlowChartDsl.Node node(MermaidFlowChartDsl.DslEntry $self, String name)
-
link
final static MermaidFlowChartDsl.Link link(MermaidFlowChartDsl.DslEntry $self, String fromNodeId, String toNodeId)
-
link
final static MermaidFlowChartDsl.Link link(MermaidFlowChartDsl.DslEntry $self, String fromNodeId, MermaidFlowChartDsl.ArrowShape arrowShape, String toNodeId)
-
subGraph
final static MermaidFlowChartDsl.SubGraph subGraph(MermaidFlowChartDsl.DslEntry $self, String name, Function1<MermaidFlowChartDsl.SubGraph, Unit> block)
-
nodeStyle
final static MermaidFlowChartDsl.NodeStyle nodeStyle(MermaidFlowChartDsl.DslEntry $self, String nodeName, Pair<String, String> styles)
-
linkStyle
final static MermaidFlowChartDsl.LinkStyle linkStyle(MermaidFlowChartDsl.DslEntry $self, Integer linkOrder, Pair<String, String> styles)
-
classDef
final static MermaidFlowChartDsl.ClassDef classDef(MermaidFlowChartDsl.DslEntry $self, String className, Pair<String, String> styles)
-
classRef
final static MermaidFlowChartDsl.ClassRef classRef(MermaidFlowChartDsl.DslEntry $self, String className, String nodeNames)
-
text
final static MermaidFlowChartDsl.Node text(MermaidFlowChartDsl.Node $self, String text)
-
text
final static MermaidFlowChartDsl.Link text(MermaidFlowChartDsl.Link $self, String text)
-
shape
final static MermaidFlowChartDsl.Node shape(MermaidFlowChartDsl.Node $self, MermaidFlowChartDsl.NodeShape shape)
-
arrowShape
final static MermaidFlowChartDsl.Link arrowShape(MermaidFlowChartDsl.Link $self, MermaidFlowChartDsl.ArrowShape arrowShape)
-
-
-
-