net.sourceforge.plantuml.classdiagram
Class AbstractEntityDiagram

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.UmlDiagram
          extended by net.sourceforge.plantuml.cucadiagram.CucaDiagram
              extended by net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
All Implemented Interfaces:
Diagram, GroupHierarchy, PortionShower
Direct Known Subclasses:
AbstractClassOrObjectDiagram, CompositeDiagram, DescriptionDiagram, StateDiagram

public abstract class AbstractEntityDiagram
extends CucaDiagram


Constructor Summary
AbstractEntityDiagram()
           
 
Method Summary
 DiagramDescription getDescription()
           
protected  List<String> getDotStrings()
           
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, applySingleStrategy, createLeaf, createLeafInternal, endGroup, exportDiagramInternal, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getEntityFactory, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLastEntity, getLastLink, getLeafs, getLeafsget, getLeafssize, getLeafsvalues, getLinks, getNamespaceSeparator, getNbImages, getOrCreateGroup, getOrCreateGroupInternal, getOrCreateLeaf, getOrCreateLeafDefault, getRootGroup, getVerticalPages, getWarningOrError, hasUrl, hideOrShow, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isHideEmptyDescriptionForState, isStandalone, isVisibilityModifierPresent, leafExist, removeLink, resetPragmaLabel, setHorizontalPages, setVerticalPages, setVisibilityModifierPresent, showPortion
 
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
addSprite, exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignment, getHeader, getHeaderAlignment, getLegend, getLegendAlignment, getMinwidth, getPragma, getScale, getSkinParam, getTitle, getUmlDiagramType, isHideUnlinkedData, isRotation, setFooter, setFooterAlignment, setHeader, setHeaderAlignment, setHideUnlinkedData, setLegend, setMinwidth, setParam, setRotation, setScale, setTitle
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
executeCommand, getMetadata, getSource, isOk, makeDiagramReady, 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.core.Diagram
getMetadata, getSource
 

Constructor Detail

AbstractEntityDiagram

public AbstractEntityDiagram()
Method Detail

getDotStrings

protected final List<String> getDotStrings()
Specified by:
getDotStrings in class CucaDiagram

getDescription

public final DiagramDescription getDescription()


Copyright © 2014. All Rights Reserved.