Interface ICucaDiagram
-
- All Superinterfaces:
Annotated
,GroupHierarchy
,PortionShower
- All Known Implementing Classes:
AbstractClassOrObjectDiagram
,AbstractEntityDiagram
,ActivityDiagram
,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 ImageBuilder
createImageBuilder(FileFormatOption fileFormatOption)
StyleBuilder
getCurrentStyleBuilder()
java.lang.String[]
getDotStringSkek()
EntityFactory
getEntityFactory()
java.lang.String
getFlashData()
java.util.Collection<Link>
getLinks()
java.lang.String
getMetadata()
java.lang.String
getNamespaceSeparator()
Pragma
getPragma()
ISkinParam
getSkinParam()
UmlSource
getSource()
UmlDiagramType
getUmlDiagramType()
int
getUniqueSequence()
boolean
isHideEmptyDescriptionForState()
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
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()
-
-