net.sourceforge.plantuml.classdiagram
Class AbstractEntityDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.cucadiagram.CucaDiagram
net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
- All Implemented Interfaces:
- GroupHierarchy, PortionShower, PSystem
- Direct Known Subclasses:
- AbstractClassOrObjectDiagram, ComponentDiagram, CompositeDiagram, StateDiagram, UsecaseDiagram
public abstract class AbstractEntityDiagram
- extends CucaDiagram
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
BETA |
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
addLink, clean, computeAutonomyOfGroups, createEntity, createEntityInternal, createPng2, createPng2, endGroup, ensureDelete, entities, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, getWarningOrError, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isStandalone, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion |
Methods inherited from class net.sourceforge.plantuml.UmlDiagram |
addSprite, exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getUmlDiagramType, isHideUnlinkedData, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, setHideUnlinkedData, setMinwidth, setParam, setRotation, setScale, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntityDiagram
public AbstractEntityDiagram()
getOrCreateClass
public abstract IEntity getOrCreateClass(String code)
getDotStrings
protected final List<String> getDotStrings()
- Specified by:
getDotStrings
in class CucaDiagram
getDescription
public final String getDescription()
getFullyQualifiedCode
protected final String getFullyQualifiedCode(String code)
getShortName
protected final String getShortName(String code)
getNamespace
protected final String getNamespace(String code)
Copyright © 2012. All Rights Reserved.