-
public final class SequenceDiagramDslExtensions
-
-
Method Summary
-
-
Method Detail
-
sequenceDiagramDsl
final static SequenceDiagramDsl.DslDocument sequenceDiagramDsl(Function1<SequenceDiagramDsl.DslDocument, Unit> block)
开始构建SequenceDiagramDsl。
-
leftOf
final static SequenceDiagramDsl.NoteLocation leftOf(SequenceDiagramDsl.DslEntry $self, String participantId)
-
rightOf
final static SequenceDiagramDsl.NoteLocation rightOf(SequenceDiagramDsl.DslEntry $self, String participantId)
-
over
final static SequenceDiagramDsl.NoteLocation over(SequenceDiagramDsl.DslEntry $self, String participantId1, String participantId2)
-
title
final static SequenceDiagramDsl.Title title(SequenceDiagramDsl.DslDocument $self, String text)
创建一个SequenceDiagramDsl.Title并注册。
-
participant
final static SequenceDiagramDsl.Participant participant(SequenceDiagramDsl.DslEntry $self, String name)
创建一个SequenceDiagramDsl.Participant并注册。
-
message
final static SequenceDiagramDsl.Message message(SequenceDiagramDsl.DslEntry $self, String fromParticipantId, String toParticipantId)
创建一个SequenceDiagramDsl.Message并注册。
-
message
final static SequenceDiagramDsl.Message message(SequenceDiagramDsl.DslEntry $self, String fromParticipantId, SequenceDiagramDsl.ArrowShape arrowShape, String toParticipantId)
创建一个SequenceDiagramDsl.Message并注册。
-
note
final static SequenceDiagramDsl.Note note(SequenceDiagramDsl.DslEntry $self, SequenceDiagramDsl.NoteLocation location)
创建一个SequenceDiagramDsl.Note并注册。
-
alias
final static SequenceDiagramDsl.Participant alias(SequenceDiagramDsl.Participant $self, String alias)
-
text
final static SequenceDiagramDsl.Message text(SequenceDiagramDsl.Message $self, String text)
-
text
final static SequenceDiagramDsl.Note text(SequenceDiagramDsl.Note $self, String text)
配置SequenceDiagramDsl.Note的文本。
-
arrowShape
final static SequenceDiagramDsl.Message arrowShape(SequenceDiagramDsl.Message $self, SequenceDiagramDsl.ArrowShape arrowShape)
配置SequenceDiagramDsl.Message的箭头形状。
-
-
-
-