|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.UmlDiagram
net.sourceforge.plantuml.cucadiagram.CucaDiagram
net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
net.sourceforge.plantuml.classdiagram.ClassDiagram
public class ClassDiagram
Field Summary |
---|
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
---|
BETA |
Constructor Summary | |
---|---|
ClassDiagram()
|
Method Summary | |
---|---|
Entity |
createEntity(java.lang.String code,
java.lang.String display,
EntityType type)
|
boolean |
entityExist(java.lang.String code)
|
IEntity |
getOrCreateClass(java.lang.String code)
|
IEntity |
getOrCreateClass(java.lang.String code,
EntityType type)
|
IEntity |
getOrCreateEntity(java.lang.String code,
EntityType defaultType)
|
UmlDiagramType |
getUmlDiagramType()
|
Methods inherited from class net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram |
---|
associationClass, getNbOfHozizontalLollipop, insertBetween |
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram |
---|
getDescription, getDotStrings |
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram |
---|
addLink, clean, computeAutonomyOfGroups, createEntityInternal, createPng2, createPng2, endGroup, ensureDelete, entities, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getDotStringSkek, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLinks, getNbImages, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion |
Methods inherited from class net.sourceforge.plantuml.UmlDiagram |
---|
exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, isHideUnlinkedData, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, setHideUnlinkedData, setMinwidth, setParam, setRotation, setScale, setTitle |
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem |
---|
getMetadata, getSource, 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.PSystem |
---|
getMetadata, getSource |
Constructor Detail |
---|
public ClassDiagram()
Method Detail |
---|
public IEntity getOrCreateEntity(java.lang.String code, EntityType defaultType)
getOrCreateEntity
in class CucaDiagram
public Entity createEntity(java.lang.String code, java.lang.String display, EntityType type)
createEntity
in class CucaDiagram
public final boolean entityExist(java.lang.String code)
entityExist
in class CucaDiagram
public IEntity getOrCreateClass(java.lang.String code)
getOrCreateClass
in class AbstractEntityDiagram
public final IEntity getOrCreateClass(java.lang.String code, EntityType type)
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |