Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

3 votes
1 answer
174 views

PlantUML: Is there a way to disable the vertical alignment of elements on the same level of the hierarchy of a class diagram?

In Plant UML I have a couple of classes where I need to specify a large number of attributes in one of the classes, but this causes a large vertical gap between that class' siblings and its sibling's ...
OmniZ's user avatar
  • 31
1 vote
2 answers
535 views

Including icons in Activity diagram in PlantUML?

Context To improve my understanding on how SSH is used I drew a diagram in PlantUML using the Domain Story: Live Example However, I think it looks a bit chaotic, hence I would like to convert it into ...
a.t.'s user avatar
  • 2,584
1 vote
1 answer
487 views

Render a PlantUML diagram in an asciidoc readme in GitLab

I'm trying to put my diagrams in the readme and from looking at the gitlab docs it seems like it can be done by default. However, GitLab doesn't render my diagrams. I used the same method as in the ...
dave's user avatar
  • 13
2 votes
0 answers
360 views

plantuml activity diagram with parallel split execution joining in reverse order

I have this plant UML diagram with split lines. Now I want to change the notation so that I get the modifications drawn in red. @startuml start split :A; split again :B; split :C; split again :D;...
Mat's user avatar
  • 33
1 vote
0 answers
106 views

New diagram type support in plantuml- For Autosar visualization

I'd like to modify the plantuml github codebase to support AutoSAR based visualization of ports,interfaces,components with customized icons. Is there any directions which can help me to understand the ...
user3596356's user avatar
0 votes
1 answer
498 views

VScode (Code-OSS) can't display plantUML - can't find sprite library awslib

I am in Archlinux and I have installed plantuml and VSCode. In VSCode I try to use the following Markdown code: @startuml !include <awslib/AWSCommon> !include <awslib/AWSSimplified.puml> !...
azbarcea's user avatar
  • 3,554
2 votes
1 answer
1k views

How to style types in PlantUML class diagram?

In PlantUML you can style all classes like this: @startuml <style> classDiagram { class { FontColor blue BackgroundColor yellow header { FontSize 20 ...
Corbie's user avatar
  • 994
0 votes
0 answers
75 views

Already plugin PlantUML into my Apache Netbeans 13, still can't use it

I want to use PlantUML to convert my java code into UML class diagram, I did see there's have PlantUML on the list in Windows. But when I want to add a new project, there's no UML that I can choose. I ...
Ingrid's user avatar
  • 1
1 vote
0 answers
213 views

404 not found in !define AWS icons for PlantUML diagram

I have a diagram with AWS icons included, however the link used in !define is not reachable. How can I define it properly so that I can use the following that need to be included in my diagram? !...
leafv's user avatar
  • 11
0 votes
2 answers
118 views

How to add <<input>> to this puml code like in the attach image?

I added a sketch of what I want I want to add <<input>> to this code I added :HW type\n detected; <> but I don't know how to attach it with 'HW type detected' element @startuml Type ...
siwark's user avatar
  • 1
0 votes
1 answer
238 views

How to have a diagram with included partials in Antora?

I have my project where the documentation is managed by Antora. What I'd like to achieve in case of Entity relation model is that every entity has its own file while the overall entity relationship ...
AndrasCsanyi's user avatar
  • 4,165
2 votes
1 answer
873 views

How to change formatting of conditional blocks in PlantUML sequence diagram

I have what looks like this: the code that's generating the conditional block is: alt Condition1 Object3 -> Object4: Message5 else Condition2 Object3 -> Object5: Message6 end I have 2 ...
Alexander Mills's user avatar
0 votes
1 answer
156 views

PlantUML produces error when specifying asynchronous messages

I have this PlantUML code (.puml) @startuml title Asynchronous Message Example participant Alice participant Bob Alice -> Bob: Request Bob --> Alice: Acknowledgment Alice ::> Bob: ...
Alexander Mills's user avatar
0 votes
1 answer
510 views

Syntax error when declaring a class in PlantUML .puml file

I have this .puml code: @startuml class ClassName { // Class members (attributes and methods) } participant Object1 participant Object2 participant Object3 participant Object4 participant Object5 ...
Alexander Mills's user avatar
1 vote
1 answer
301 views

Plantuml active bar matching color from Participant

I am making some plantuml diagrams and for any ACTIVE participant I want to show color similar to participant color. Is there any way to refer color from participant box directly ? Example code: @...
shaILU's user avatar
  • 2,098

15 30 50 per page
1 2 3
4
5
31