Interface ICucaDiagram
- All Superinterfaces:
Annotated
,GroupHierarchy
,PortionShower
- All Known Implementing Classes:
AbstractClassOrObjectDiagram
,AbstractEntityDiagram
,ActivityDiagram
,ClassDiagram
,CompositeDiagram
,CucaDiagram
,DescriptionDiagram
,StateDiagram
-
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder
(FileFormatOption fileFormatOption) String[]
getLinks()
int
boolean
long
seed()
Methods inherited from interface net.sourceforge.plantuml.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitle
Methods inherited from interface net.sourceforge.plantuml.cucadiagram.GroupHierarchy
getChildrenGroups, getRootGroup, isEmpty
Methods inherited from interface net.sourceforge.plantuml.cucadiagram.PortionShower
getVisibleStereotypeLabels, showPortion
-
Method Details
-
getSkinParam
ISkinParam getSkinParam() -
getUmlDiagramType
UmlDiagramType getUmlDiagramType() -
getEntityFactory
EntityFactory getEntityFactory() -
getCurrentStyleBuilder
StyleBuilder getCurrentStyleBuilder() -
isHideEmptyDescriptionForState
boolean isHideEmptyDescriptionForState() -
getLinks
Collection<Link> getLinks() -
getPragma
Pragma getPragma() -
seed
long seed() -
getMetadata
String getMetadata() -
getFlashData
String getFlashData() -
createImageBuilder
- Throws:
IOException
-
getNamespaceSeparator
String getNamespaceSeparator() -
getSource
UmlSource getSource() -
getDotStringSkek
String[] getDotStringSkek() -
getUniqueSequence
int getUniqueSequence()
-