Top "Plantuml" questions

Open-Source tool in Java to draw UML Diagrams

PlantUML different layouts

I am using PlantUML API to generate Activity Diagram. I have used GraphViz before and used rank parameter to define …

plantuml
PlantUml define relative position of components

I'm actually trying to generate a component diagram with PlantUml. Is it possible to define the relative position of the …

plantuml
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 …

uml plantuml
How to correct PlantUML Line Path

I created this diagram using the following code. But as you can see, the lines going from (Cancel Order) and (…

uml graphviz diagram sequence-diagram plantuml
PlantUML extension for Visual Studio Code on Windows only working with sequence diagrams

I installed the PlantUML extension (by jebbs) in Visual Studio Code for Windows and everything is working perfectly for sequence …

windows visual-studio-code plantuml
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 …

android android-studio plantuml
plantuml component diagram - layout control

I'm trying to build an "hardware architecture" graph using plantuml component diagrams and I'm struggling with the layout. My graph …

graph uml plantuml
Is it possible to use custom images for UML items in plantUML?

PlantUML is very powerful when you would like to create standard UML diagrams. But I currently think about using PlantUML …

plantuml
PlantUML: control arrow shape and direction

With PlantUML I've created a little state chart for my documentation: @startuml state Powered { [*] -d-> Starting Powered -r-> …

graphviz statechart plantuml