Class AbstractClassOrObjectDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.TitledDiagram
net.sourceforge.plantuml.UmlDiagram
net.atmp.CucaDiagram
net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
- All Implemented Interfaces:
Annotated,Diagram,GroupHierarchy,ICucaDiagram,PortionShower,WithSprite
- Direct Known Subclasses:
ClassDiagram
-
Field Summary
Fields inherited from class net.atmp.CucaDiagram
entityFactory, lastEntityFields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_ELK, FORCE_SMETANA -
Constructor Summary
ConstructorsConstructorDescriptionAbstractClassOrObjectDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Method Summary
Modifier and TypeMethodDescriptionbooleanassociationClass(int mode, Entity entity1, Entity entity2, Entity associed, LinkType linkType, Display label) associationClass(Entity entity1A, Entity entity1B, Entity entity2A, Entity entity2B, LinkType linkType, Display label) intgetNbOfHozizontalLollipop(Entity entity) final booleaninsertBetween(Entity entity1, Entity entity2, Entity node) voidsetLegend(DisplayPositioned legend) Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStringsMethods inherited from class net.atmp.CucaDiagram
addLink, applySingleStrategy, cleanId, constraintOnLinks, currentTogether, endGroup, exportDiagramGraphic, exportDiagramInternal, firstWithName, getChildrenGroups, getCurrentGroup, getDefaultMargins, getDotStringSkek, getEntityFactory, getGroup, getHides, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getPortFor, getPortId, getRootGroup, getTextMainBlock, getTwoLastLinks, getUniqueSequence, getUniqueSequence, getVisibleStereotypeLabels, getWarningOrError, gotoGroup, gotoTogether, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isEmpty, isGroup, isGroup, isHideEmptyDescriptionForState, isStandalone, isStandaloneForArgo, isVisibilityModifierPresent, quarkInContext, reallyCreateLeaf, removeLink, removeOrRestore, removePortId, resetPragmaLabel, setLastEntity, setNamespaceSeparator, setVisibilityModifierPresent, showPortion, updateLastsMethods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, isRotation, setHideEmptyDescription, setMinwidth, setRotationMethods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, calculateBackColor, createImageBuilder, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getSkinParam, getTitle, getTitleDisplay, getUmlDiagramType, isUseElk, isUseSmetana, loadSkin, muteColorMapper, setCaption, setMainFrame, setParam, setTitle, setUseElk, setUseSmetanaMethods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVerticalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitleMethods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getNbImages, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitleDisplayMethods inherited from interface net.sourceforge.plantuml.cucadiagram.ICucaDiagram
createImageBuilder, getCurrentStyleBuilder, getFlashData, getMetadata, getNamespaceSeparator, getPragma, getSkinParam, getSource, getUmlDiagramType, seedMethods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
Constructor Details
-
AbstractClassOrObjectDiagram
-
-
Method Details
-
insertBetween
-
getNbOfHozizontalLollipop
-
associationClass
-
associationClass
-
setLegend
- Overrides:
setLegendin classTitledDiagram
-