Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

plantuml
140 questions with no upvoted or accepted answers
28 votes
0 answers
5k views

avoid overlapping arrows in plantuml class diagrams

I am using plantuml for creating the class diagrams along with arrows and messages on the arrows. It works perfect untill the diagram is huge. In large diagrams where there are multiple arrows and ...
Nikhil's user avatar
  • 959
14 votes
0 answers
11k views

How do you get Plantuml to render uml for an existing project in Android Studio?

Steps I've taken: I have installed the plantuml plugin into Android Studio 1.5.1 on a Windows 7 Pro PC. I then installed Graphviz and set it's dot path and created the Graphviz environment variable. ...
Peter Birdsall's user avatar
6 votes
1 answer
917 views

PlantUml does not render diagram after build docfx

https://github.com/KevReed/DocFx.Plugins.PlantUml I had installed plantUml for docfx plugin via nuget. by nuget install DocFx.Plugins.PlantUml -ExcludeVersion -OutputDirectory . command, after that I ...
Seon Myeong Kim's user avatar
5 votes
0 answers
727 views

How to merge two disjointed branches in PlantUML activity diagram with new syntax?

I want to create an Activity Diagram with PlantUML's new beta syntax. I've got the basic decision logic diagram, but I'm having trouble trying to add a merge node to merge two execution branches. I ...
Leprechaun's user avatar
5 votes
0 answers
3k views

PlantUML include from URL through a proxy

I´m having a diagram in PlantUML (edited in VSCode@Windows 10) and there is a !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Deployment.puml in it. Im´m having the ...
Wurzelseppi's user avatar
5 votes
0 answers
3k views

PlantUML: Use different Align Directions in Blocks?

Can we apply different Align Directions in Blocks? (as the title said) For example in a State Diagram: Both State_1 and State_2 have two internal states State_1.x and State_2.y (x = 1..2, y = 1..2) ...
gundamlh's user avatar
  • 183
5 votes
1 answer
246 views

Fill mojo's fileset by cli argument

I like to generate images from .puml files in a maven project. What i do not like to archivee is a hard binding between the project and the library that generates the images. So I like to use this ...
Grim's user avatar
  • 1,649
4 votes
0 answers
362 views

Is there "!include" directive in mermaid files like in plantuml

I use plantuml for describing class diagrams and I have a number of *.puml files (each for a specific class or set of classes), then I make a single overview file where I include all puml files, like: ...
Serhiy's user avatar
  • 1,382
4 votes
0 answers
837 views

Putting text of PlantUML gantt chart deliverable/milestone left of diamond?

When looking at: @startgantt [Prototype design] lasts 1 weeks then [Prototype completed] lasts 4 days [End Prototype completed] happens at [Prototype completed]'s end then [Test prototype] lasts 5 ...
a.t.'s user avatar
  • 2,584
4 votes
1 answer
1k views

PlantUML State Machine control arrow direction to itself layout

How do I draw an arrow out from the left side of the layout component? When I using @startuml [*] --> A A -right-> A A -left-> A @enduml but both arrows were drawing out from the right of ...
oka96's user avatar
  • 423
4 votes
0 answers
268 views

How to combine multiple javadoc doclets?

I have been working on producing a javadoc for a large project and am not sure what I am trying to do is even possible, or would require making a third doclet combining others. I have been able to ...
Jacob Block's user avatar
4 votes
1 answer
4k views

Line spacing in PlantUML

In PlantUml, I have an object like this: object MyObject { #field1 #field2 } Which renders like this: I want to have more space between the rows which have the field names (in this case, field1, ...
bsky's user avatar
  • 19.9k
3 votes
1 answer
7k views

How to have a box include a group in PlantUML?

I am using PlantUML in Markdown for some sequence diagrams, and I would like to be able to group participants accordingly. In my sequence diagrams, I make use of the alt grouping keyword to ...
Johnny's user avatar
  • 350
3 votes
0 answers
610 views

Is there a way to hide intermediate arrowheads in PlantUML activity diagrams?

I'm trying to remove the intermediate arrowhead in the activity diagram circled in red below: @startuml start repeat :read data; :generate diagrams; repeat while (more data?) is (yes) ->no; ...
Jonathan Tay's user avatar
3 votes
0 answers
1k views

How to make PlantUML state diagrams cleaner?

Is there a way to make State diagrams more organized and clean in PlantUML easily? My fear was the more stuff I add, the more convoluted it becomes and it did happen. I tried using skinparam linetype ...
xyf's user avatar
  • 705

15 30 50 per page
1
2 3 4 5
10