PlantUML 1.2019.6 Language Reference Guide
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice @enduml PlantUML Language Reference Guide (1.2019.6) 22 / 173 1.28 Skinparam 1 SEQUENCE DIAGRAM 1.28 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 174 页 | 1.92 MB | 1 年前3Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.9)
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1.29 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use this command: • parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 175 页 | 1.95 MB | 1 年前3Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.4)
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice @enduml PlantUML Language Reference Guide (1.2019.4) 22 / 166 1.28 Skinparam 1 SEQUENCE DIAGRAM 1.28 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 167 页 | 1.83 MB | 1 年前3Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2019.3)
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice @enduml PlantUML Language Reference Guide (1.2019.3) 22 / 158 1.28 Skinparam 1 SEQUENCE DIAGRAM 1.28 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 159 页 | 1.73 MB | 1 年前3PlantUML 1.2019.2 Language Reference Guide
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice @enduml PlantUML Language Reference Guide (1.2019.2) 22 / 159 1.28 Skinparam 1 SEQUENCE DIAGRAM 1.28 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 160 页 | 1.73 MB | 1 年前3PlantUML 1.2019.1 Language Reference Guide
character is used to display the stereotype. You can change this behavious using the skinparam guillemet: @startuml skinparam guillemet false participant "Famous Bob" as Bob << Generated >> participant Alice Bob: Authentication Request Bob --> Alice: Authentication Response @enduml 1.28 Skinparam You can use the skinparam command to change colors and fonts for the drawing. You can use this command: • parameter, as seen in the following examples: @startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant0 码力 | 148 页 | 1.85 MB | 1 年前3Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2020.23)
arrow, with the skinparam responseMessageBelowArrow true command. PlantUML Language Reference Guide (1.2020.23) 3 / 310 1.6 Change arrow style 1 SEQUENCE DIAGRAM @startuml skinparam responseMessageBelowArrow rrow true Bob -> Alice : hello Alice -> Bob : ok @enduml TODO: TODO Link to Text Alignment on skinparam page. 1.6 Change arrow style You can change arrow style by several ways: • add a final x to denote you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant a participant b a -> b :this\nis\nmanually\ndone a -> b :this is a0 码力 | 311 页 | 3.15 MB | 1 年前3PlantUML 1.2020.22 Language Reference Guide
arrow, with the skinparam responseMessageBelowArrow true command. PlantUML Language Reference Guide (1.2020.22) 3 / 298 1.6 Change arrow style 1 SEQUENCE DIAGRAM @startuml skinparam responseMessageBelowArrow rrow true Bob -> Alice : hello Alice -> Bob : ok @enduml TODO: TODO Link to Text Alignment on skinparam page. 1.6 Change arrow style You can change arrow style by several ways: • add a final x to denote you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant a participant b a -> b :this\nis\nmanually\ndone a -> b :this is a0 码力 | 299 页 | 3.07 MB | 1 年前3PlantUML 1.2021.3 Language Reference Guide
can put the text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob Bob : ok @enduml TODO: TODO Link to Text Alignment on skinparam page. 1.6 Change arrow style You can change arrow style by several ways: • add a final x to denote a lost message • use \ or / instead you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant a participant b a -> b :this\nis\nmanually\ndone a -> b :this is a0 码力 | 416 页 | 4.33 MB | 1 年前3PlantUML 1.2021.1 Language Reference Guide
can put the text of the response message below the arrow, with the skinparam responseMessageBelowArrow true command. @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob Bob : ok @enduml TODO: TODO Link to Text Alignment on skinparam page. 1.6 Change arrow style You can change arrow style by several ways: • add a final x to denote a lost message • use \ or / instead you can manually add in your text. Another option is to use maxMessageSize setting: @startuml skinparam maxMessageSize 50 participant a participant b a -> b :this\nis\nmanually\ndone a -> b :this is a0 码力 | 392 页 | 4.12 MB | 1 年前3
共 12 条
- 1
- 2