Class AbstractClassOrObjectDiagram
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.TitledDiagram
-
- net.sourceforge.plantuml.UmlDiagram
-
- net.sourceforge.plantuml.cucadiagram.CucaDiagram
-
- net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
-
- net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
-
- All Implemented Interfaces:
Annotated
,Diagram
,GroupHierarchy
,PortionShower
,WithSprite
- Direct Known Subclasses:
ClassDiagram
public abstract class AbstractClassOrObjectDiagram extends AbstractEntityDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
entityFactory
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_SMETANA
-
-
Constructor Summary
Constructors Constructor Description AbstractClassOrObjectDiagram(UmlDiagramType type, ISkinSimple orig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
associationClass(int mode, java.lang.String name1, java.lang.String name2, IEntity associed, LinkType linkType, Display label)
CommandExecutionResult
associationClass(java.lang.String name1A, java.lang.String name1B, java.lang.String name2A, java.lang.String name2B, LinkType linkType, Display label)
Ident
cleanIdent(Ident ident)
int
getNbOfHozizontalLollipop(IEntity entity)
boolean
insertBetween(IEntity entity1, IEntity entity2, IEntity node)
void
setLegend(DisplayPositionned legend)
-
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, buildCode, buildFullyQualified, buildLeafIdent, buildLeafIdentSpecial, checkNotNull, constraintOnLinks, createLeaf, createLeafInternal, endGroup, exportDiagramInternal, getAllSuperGroups, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntityFactory, getFullyQualifiedCode1972, getGroup, getGroups, getGroupStrict, getGroupVerySmart, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeaf, getLeafSmart, getLeafssize, getLeafStrict, getLeafsvalues, getLeafVerySmart, getLinks, getNamespace1972, getNamespaceSeparator, getNbImages, getOrCreateLeaf, getOrCreateLeafDefault, getRootGroup, getRootSuperGroup, getTwoLastLinks, getVerticalPages, getWarningOrError, gotoGroup, gotoGroupExternal, gotoThisGroup, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isAutarkic, isEmpty, isGroup, isGroupStrict, isGroupVerySmart, isHideEmptyDescriptionForState, isStandalone, isVisibilityModifierPresent, leafExist, leafExistSmart, leafExistStrict, mergeIntricated, removeLink, removeOrRestore, resetPragmaLabel, setHorizontalPages, setLastEntity, setNamespaceSeparator, setVerticalPages, setVisibilityModifierPresent, showPortion, V1972
-
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagramError, exportDiagramNow, getAnimation, getFailureText2, getFlashData, getFooterOrHeaderTeoz, getMinwidth, isHideUnlinkedData, isRotation, setAnimation, setHideEmptyDescription, setHideUnlinkedData, setMinwidth, setRotation
-
Methods inherited from class net.sourceforge.plantuml.TitledDiagram
addSprite, getCaption, getCurrentStyleBuilder, getFooter, getHeader, getLegend, getMainFrame, getPragma, getScaleCoef, getSkinParam, getTitle, getUmlDiagramType, isUseSmetana, loadSkin, setCaption, setMainFrame, setParam, setTitle, setUseSmetana
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getScale, getSource, isOk, makeDiagramReady, seed, setScale, setSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
-
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
exportDiagram, getMetadata, getSource
-
Methods inherited from interface net.sourceforge.plantuml.WithSprite
addSprite
-
-
-
-
Constructor Detail
-
AbstractClassOrObjectDiagram
public AbstractClassOrObjectDiagram(UmlDiagramType type, ISkinSimple orig)
-
-
Method Detail
-
cleanIdent
public Ident cleanIdent(Ident ident)
- Overrides:
cleanIdent
in classCucaDiagram
-
getNbOfHozizontalLollipop
public int getNbOfHozizontalLollipop(IEntity entity)
-
associationClass
public CommandExecutionResult associationClass(java.lang.String name1A, java.lang.String name1B, java.lang.String name2A, java.lang.String name2B, LinkType linkType, Display label)
-
associationClass
public boolean associationClass(int mode, java.lang.String name1, java.lang.String name2, IEntity associed, LinkType linkType, Display label)
-
setLegend
public void setLegend(DisplayPositionned legend)
- Overrides:
setLegend
in classTitledDiagram
-
-