|
||||||||||
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
Constructor Summary | |
---|---|
ClassDiagram()
|
Method Summary | |
---|---|
ILeaf |
createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol)
|
ILeaf |
getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol)
|
UmlDiagramType |
getUmlDiagramType()
|
boolean |
leafExist(Code code)
|
void |
setNamespaceSeparator(java.lang.String namespaceSeparator)
|
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.UmlDiagram |
---|
addSprite, exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignment, getHeader, getHeaderAlignment, getLegend, getLegendAlignment, getMinwidth, getPragma, getScale, getSkinParam, getTitle, 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 |
---|
public ClassDiagram()
Method Detail |
---|
public ILeaf getOrCreateLeaf(Code code, LeafType type, USymbol symbol)
getOrCreateLeaf
in class CucaDiagram
public ILeaf createLeaf(Code code, Display display, LeafType type, USymbol symbol)
createLeaf
in class CucaDiagram
public final boolean leafExist(Code code)
leafExist
in class CucaDiagram
public UmlDiagramType getUmlDiagramType()
getUmlDiagramType
in class UmlDiagram
public void setNamespaceSeparator(java.lang.String namespaceSeparator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |