About 26,600 results
Open links in new tab
  1. How to style types in PlantUML class diagram? - Stack Overflow

    Nov 1, 2023 · @startuml <style> classDiagram { class { FontColor blue BackgroundColor yellow header { FontSize 20 FontColor violet FontStyle bold } } } </style> abstract abstract abstract …

  2. avoid overlapping arrows in plantuml class diagrams

    Dec 26, 2017 · 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 …

  3. How to include classes from another Plantuml file into a class …

    May 10, 2021 · The plantuml include statement includes code as if it was typed in that included place (like include files for e.g C / C++ etc. do too). So the code should be like: For Diagram2: …

  4. java - PlantUML diagram for an Eclipse project - Stack Overflow

    Mar 15, 2019 · To use PlantUml (install the Plugin in Eclipse) for a class (simple case) Open the PlantUml View in Eclipse; Click on a Java class (.java file, in Project Explorer) - make sure you …

  5. Define relative position of components in PlantUml

    Dec 22, 2024 · In general when you write connections like -> you just have to know that there is special notation for right arrow, left arrow, bottom arrow, top arrow: This has special meaning …

  6. How do I create relationship diagram using plantuml with lines …

    Oct 24, 2023 · In theory it can be done using arrows from/to class members.However, it doesn't work as you'd expect: @startuml ' hide the spot hide circle ' avoid problems with angled crows …

  7. PlantUML Class-/Component Diagram - Stack Overflow

    Nov 9, 2022 · I'm new to using PlantUML and would like some clarification if some specific actions are even possible or how they could be solved otherwise! Class Diagram: How to address …

  8. java - Use IntelliJ to generate class diagram - Stack Overflow

    Jan 20, 2012 · Show diagram popup. Right click on a type/class/package > Diagrams > Show Diagram Popup... or Ctrl+Alt+U. Show diagram (opens a new tab) Right click on a …

  9. How to align blocks in PlantUML class diagrams?

    May 6, 2014 · 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 …

  10. uml - Is there a syntax to define inheritance inside of class ...

    For class diagrams, the examples I've seen look like. class A{ [snip] list of class features } class B{ [snip] list of class features } A <|-- B i.e. the inheritance arrow is explicitly called out. Is there a …

Refresh