Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

plantuml
0 votes
1 answer
367 views

PlantUML Usecase for Actor as member Type

I have a use case where a member would have different roles. How could this be expressed in a PlantUml UseCase. I have the following syntax: @startuml actor Member memberTypeA --|> ...
Xdrone's user avatar
  • 791
2 votes
2 answers
4k views

plantuml with black color vs monochrome

Plantuml can use a mono mode to draw sequence diagram without colors as below: skinparam monochrome true But the color seems is monochrome so it's not so clear as a black color.The output figure ...
lucky1928's user avatar
  • 8,611
8 votes
4 answers
8k views

iPython notebook plantuml extension

How can we use plantuml UML tool in iPython notebook? It should helpful for us since UML figure is frequently used during paper work. After some google from internet, I have found one excellent ...
lucky1928's user avatar
  • 8,611
1 vote
2 answers
2k views

Plantuml stopped working with new version of Java 1.7.0.21

PlantUML used to work properly on my machine but ever since I upgraded Java version to 1.7.0.21, it has stopped generating UML diagrams. This is the error message I get on Eclipse SDK 4.2.1. when I ...
sw_embed's user avatar
  • 199
4 votes
2 answers
5k views

UML drawing API for Java

I am looking for APIs that can draw UML Class diagrams and present them in a JPanel (or any other suitable UI entity) for a window application. It has to be embedded within the application, so I am ...
user1028408's user avatar
  • 1,220
1 vote
2 answers
2k views

adding items to existing svg image

Good afternoon everyone; I am currently working on a project in Java try to create a desktop tool. My question is I am now a using a framework(plantuml) to obtain svg formatted graph. However, I want ...
Can's user avatar
  • 369
49 votes
6 answers
70k views

How to align blocks in PlantUML class diagrams?

I am using PlantUML to make simple class diagrams and the tool is awesome, but I couldn't find any way to align classes with each other except putting them into packages or using relationships like ...
Yuriy Kulikov's user avatar
40 votes
1 answer
80k views

PlantUML different layouts

I am using PlantUML API to generate Activity Diagram. I have used GraphViz before and used rank parameter to define layout rank=LR [for left to right] I am trying to find similiar thing in ...
Makky's user avatar
  • 17.4k
2 votes
1 answer
2k views

CMake wrapper for new command-line tools

I'm trying to provide a simple CMake function to render PlantUML diagrams to PNG as part of my build process. The idea is that I have a bunch of .uml files containing PlantUML diagrams that I want to ...
André Caron's user avatar

15 30 50 per page
1
27 28 29 30
31