Class ClassDiagram
- 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
-
- net.sourceforge.plantuml.classdiagram.ClassDiagram
-
- All Implemented Interfaces:
Annotated
,Diagram
,GroupHierarchy
,PortionShower
,WithSprite
public class ClassDiagram extends AbstractClassOrObjectDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
entityFactory
-
Fields inherited from class net.sourceforge.plantuml.TitledDiagram
FORCE_JDOT
-
-
Constructor Summary
Constructors Constructor Description ClassDiagram(ISkinSimple skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
checkFinalError()
ILeaf
createLeaf(Ident idNewLong, Code code, Display display, LeafType type, USymbol symbol)
protected ImageData
exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)
protected ImageData
exportLayoutExplicit(java.io.OutputStream os, int index, FileFormatOption fileFormatOption)
ILeaf
getOrCreateLeaf(Ident ident, Code code, LeafType type, USymbol symbol)
UmlDiagramType
getUmlDiagramType()
boolean
isAllowMixing()
void
layoutNewLine()
boolean
leafExist(Code code)
void
setAllowMixing(boolean allowMixing)
-
Methods inherited from class net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
associationClass, associationClass, cleanIdent, getNbOfHozizontalLollipop, insertBetween, setLegend
-
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, createLeafInternal, endGroup, 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, getOrCreateLeafDefault, getRootGroup, getRootSuperGroup, getTwoLastLinks, getVerticalPages, getWarningOrError, gotoGroup, gotoGroupExternal, gotoThisGroup, hasUrl, hideOrShow, hideOrShow, hideOrShow2, incRawLayout, isAutarkic, isEmpty, isGroup, isGroupStrict, isGroupVerySmart, isHideEmptyDescriptionForState, isStandalone, isVisibilityModifierPresent, 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, isUseJDot, loadSkin, setCaption, setMainFrame, setParam, setTitle, setUseJDot
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
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
-
ClassDiagram
public ClassDiagram(ISkinSimple skinParam)
-
-
Method Detail
-
getOrCreateLeaf
public ILeaf getOrCreateLeaf(Ident ident, Code code, LeafType type, USymbol symbol)
- Specified by:
getOrCreateLeaf
in classCucaDiagram
-
createLeaf
public ILeaf createLeaf(Ident idNewLong, Code code, Display display, LeafType type, USymbol symbol)
- Overrides:
createLeaf
in classCucaDiagram
-
leafExist
public final boolean leafExist(Code code)
- Overrides:
leafExist
in classCucaDiagram
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
- Specified by:
getUmlDiagramType
in classTitledDiagram
-
setAllowMixing
public void setAllowMixing(boolean allowMixing)
-
isAllowMixing
public boolean isAllowMixing()
-
layoutNewLine
public void layoutNewLine()
-
exportDiagramInternal
protected final ImageData exportDiagramInternal(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Overrides:
exportDiagramInternal
in classCucaDiagram
- Throws:
java.io.IOException
-
exportLayoutExplicit
protected final ImageData exportLayoutExplicit(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException
- Throws:
java.io.IOException
-
checkFinalError
public java.lang.String checkFinalError()
- Overrides:
checkFinalError
in classAbstractPSystem
-
-