About 7,660 results
Open links in new tab
  1. How to use !include with PlantUML Server - PlantUML Q&A

    Dec 28, 2018 · The following method should only be used IF you are running plantuml server on your local laptop via docker and like to use it instead of the jar with say visual studio code simply due to …

  2. Is it possible to only use straight lines in a class ... - PlantUML Q&A

    Feb 12, 2014 · Strongly agree! PlantUML is very useful to visualize the classes interaction when you need to make changes in a large unknown code base with many classes. Following the curved lines …

  3. How to control position of arrows and notes? - PlantUML Q&A

    Apr 26, 2023 · Given @startuml rectangle { component "A" as c1 component "B" as c2 component "C" as ... the position of the arrows and notes the way I want?

  4. Please provide a way to draw if/elseif/else structure ... - PlantUML Q&A

    Oct 23, 2015 · I'm working on some code with switch case structures on big enumerate type or if/elsif/ ... if/elseif/else structure vertically in activity diagrams.

  5. Better control of the layout of class diagrams - PlantUML Q&A

    Feb 13, 2014 · With less than ten classes, my reverse egineering tool together with PlantUML mostly produces useful class diagrams. And often a little interactive help (using [hidden],left,right,up,down) …

  6. How can change the postion of portin / portou? - PlantUML Q&A

    Oct 16, 2023 · In the example: @startuml [i] component C { portin p1 portin p2 portin p3 portout po1 portout po2 portout po3 component c1 } [o] @enduml Portin is on the TOP, portout is at the …

  7. The style of Swimlane looks like the following example - PlantUML Q&A

    asked Jun 11, 2019 in Wanted features by csucjh (140 points) edited Jun 13, 2019 by csucjh

  8. How can I align the text of components? - PlantUML Q&A

    Jan 23, 2021 · I'm bypassing Plantuml's node layout and using the Graphviz one instead. I mean Graphviz can do html style nodes containing colours, tables, images, etc (see my answer to this …

  9. Data Flow Diagrams - PlantUML Q&A

    Apr 1, 2017 · First of all congratulations: plantuml is simply fantastic. One diagram missing from UML is the DFD. On the other side it is an extremely useful diagram that most analysts still widely use …

  10. Define color for class objects - PlantUML Q&A

    Feb 3, 2017 · Hello, I like to define different background colors for the classes of a diagram. Here is an ... the class Package. Greetings, PlantMaster