Uses of Class
net.atmp.CucaDiagram
Packages that use CucaDiagram
Package
Description
Provides classes used to manage
Entity
.Provides classes used to manage
Activity Diagram (legacy).
Provides classes used to manage
Chen Enhanced or Extended Entity Relationship (EER) Diagrams.
Provides classes used to manage
Class Diagram.
Provides classes used to manage PlantUML Class-UseCase-Activity (CUCA) Diagram.
Provides classes used to manage PlantUML Description Diagram.
Provides classes used to manage
Graphviz dot for layout engine.
Provides classes used to manage
Eclipse Layout Kernel (ELK) for layout engine.
Provides classes used to manage Graphml output format.
Provides classes used to manage
HTML output format.
Provides classes used to manage
Object (object, map, json) Diagram.
Provides classes used to manage
Smetana (internal port of GraphViz in plantuml)
for layout engine.
Provides classes used to manage
State Diagram.
Provides classes used to manage
PlantUML Svek Architecture.
Provides classes used to manage
XML Metadata Interchange (XMI) output format.
-
Uses of CucaDiagram in net.atmp
Methods in net.atmp with parameters of type CucaDiagramModifier and TypeMethodDescriptionfinal Entity
CucaDiagram.createLeaf
(Quark<Entity> quark, CucaDiagram diagram, LeafType entityType, Set<VisibilityModifier> hideVisibilityModifier) -
Uses of CucaDiagram in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return CucaDiagramConstructors in net.sourceforge.plantuml.abel with parameters of type CucaDiagramModifierConstructorDescriptionLink
(CucaDiagram cucaDiagram, StyleBuilder styleBuilder, Entity cl1, Entity cl2, LinkType type, LinkArg linkArg) -
Uses of CucaDiagram in net.sourceforge.plantuml.activitydiagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.activitydiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.cheneer
Subclasses of CucaDiagram in net.sourceforge.plantuml.cheneer -
Uses of CucaDiagram in net.sourceforge.plantuml.classdiagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.classdiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.classdiagram.command
Methods in net.sourceforge.plantuml.classdiagram.command with parameters of type CucaDiagramModifier and TypeMethodDescriptionprotected CommandExecutionResult
CommandHideShow2.executeArg
(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResult
CommandHideShowSpecificClass.executeArg
(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResult
CommandRemoveRestore.executeArg
(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CucaDiagram in net.sourceforge.plantuml.command.note
Methods in net.sourceforge.plantuml.command.note that return types with arguments of type CucaDiagramModifier and TypeMethodDescriptionCommandFactoryNoteOnLink.createMultiLine
(boolean withBracket) CommandFactoryNoteOnLink.createSingleLine()
Methods in net.sourceforge.plantuml.command.note with parameters of type CucaDiagramModifier and TypeMethodDescriptionprotected CommandExecutionResult
CommandConstraintOnLinks.executeArg
(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) -
Uses of CucaDiagram in net.sourceforge.plantuml.compositediagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.compositediagram -
Uses of CucaDiagram in net.sourceforge.plantuml.cucadiagram
Constructors in net.sourceforge.plantuml.cucadiagram with parameters of type CucaDiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.descdiagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.descdiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot with parameters of type CucaDiagramModifier and TypeMethodDescriptionvoid
CucaDiagramSimplifierActivity.simplify
(CucaDiagram diagram, StringBounder stringBounder, DotMode dotMode) void
CucaDiagramSimplifierState.simplify
(CucaDiagram diagram, StringBounder stringBounder, DotMode dotMode) Constructors in net.sourceforge.plantuml.dot with parameters of type CucaDiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.elk
Constructors in net.sourceforge.plantuml.elk with parameters of type CucaDiagramModifierConstructorDescriptionCucaDiagramFileMakerElk
(CucaDiagram diagram) MyElkCluster
(CucaDiagram diagram, Entity group, ElkNode elkNode) MyElkEdge
(CucaDiagram diagram, SName styleName, Link link, ElkEdge edge, TextBlock centerLabel, TextBlock tailLabel, TextBlock headLabel, double magicY2, Map<Entity, MyElkCluster> elkClusters, UTranslate translate, Map<Entity, IEntityImage> nodeImages) -
Uses of CucaDiagram in net.sourceforge.plantuml.graphml
Constructors in net.sourceforge.plantuml.graphml with parameters of type CucaDiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.html
Constructors in net.sourceforge.plantuml.html with parameters of type CucaDiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.objectdiagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.objectdiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.sdot
Constructors in net.sourceforge.plantuml.sdot with parameters of type CucaDiagram -
Uses of CucaDiagram in net.sourceforge.plantuml.statediagram
Subclasses of CucaDiagram in net.sourceforge.plantuml.statediagram -
Uses of CucaDiagram in net.sourceforge.plantuml.svek
Fields in net.sourceforge.plantuml.svek declared as CucaDiagramModifier and TypeFieldDescriptionprotected final CucaDiagram
Cluster.diagram
protected final CucaDiagram
CucaDiagramFileMaker.diagram
Constructors in net.sourceforge.plantuml.svek with parameters of type CucaDiagramModifierConstructorDescriptionCluster
(CucaDiagram diagram, ColorSequence colorSequence, Entity root) CucaDiagramFileMaker
(CucaDiagram diagram) CucaDiagramFileMakerSvek
(CucaDiagram diagram) GroupMakerActivity
(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode) GroupMakerState
(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode) -
Uses of CucaDiagram in net.sourceforge.plantuml.xmi
Constructors in net.sourceforge.plantuml.xmi with parameters of type CucaDiagramModifierConstructorDescriptionCucaDiagramXmiMaker
(CucaDiagram diagram, FileFormat fileFormat) XmiCucaDiagramCustom
(Class<S> serviceType, CucaDiagram diagram) Transform a diagram into a custom XMI format, using dependency injection to load the external class responsible for the custom transformation.