Interface ICucaDiagram
-
- All Superinterfaces:
Annotated,GroupHierarchy,PortionShower
- All Known Implementing Classes:
AbstractClassOrObjectDiagram,AbstractEntityDiagram,ActivityDiagram,ChenEerDiagram,ClassDiagram,CompositeDiagram,CucaDiagram,DescriptionDiagram,StateDiagram
public interface ICucaDiagram extends GroupHierarchy, PortionShower, Annotated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageBuildercreateImageBuilder(FileFormatOption fileFormatOption)StyleBuildergetCurrentStyleBuilder()java.lang.String[]getDotStringSkek()EntityFactorygetEntityFactory()java.lang.StringgetFlashData()java.util.Collection<Link>getLinks()java.lang.StringgetMetadata()java.lang.StringgetNamespaceSeparator()PragmagetPragma()ISkinParamgetSkinParam()UmlSourcegetSource()UmlDiagramTypegetUmlDiagramType()intgetUniqueSequence()booleanisHideEmptyDescriptionForState()longseed()-
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 Detail
-
getSkinParam
ISkinParam getSkinParam()
-
getUmlDiagramType
UmlDiagramType getUmlDiagramType()
-
getEntityFactory
EntityFactory getEntityFactory()
-
getCurrentStyleBuilder
StyleBuilder getCurrentStyleBuilder()
-
isHideEmptyDescriptionForState
boolean isHideEmptyDescriptionForState()
-
getLinks
java.util.Collection<Link> getLinks()
-
getPragma
Pragma getPragma()
-
seed
long seed()
-
getMetadata
java.lang.String getMetadata()
-
getFlashData
java.lang.String getFlashData()
-
createImageBuilder
ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException
- Throws:
java.io.IOException
-
getNamespaceSeparator
java.lang.String getNamespaceSeparator()
-
getSource
UmlSource getSource()
-
getDotStringSkek
java.lang.String[] getDotStringSkek()
-
getUniqueSequence
int getUniqueSequence()
-
-