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()intbooleanlongseed()Methods inherited from interface net.sourceforge.plantuml.Annotated
getCaption, getFooter, getHeader, getLegend, getMainFrame, getTitleMethods inherited from interface net.sourceforge.plantuml.cucadiagram.GroupHierarchy
getChildrenGroups, getRootGroup, isEmptyMethods inherited from interface net.sourceforge.plantuml.cucadiagram.PortionShower
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()
-