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()
String[]
getDotStringSkek()
EntityFactory
getEntityFactory()
String
getFlashData()
Collection<IGroup>
getGroups(boolean b)
Collection<ILeaf>
getLeafsvalues()
Collection<Link>
getLinks()
String
getMetadata()
String
getNamespaceSeparator()
Pragma
getPragma()
ISkinParam
getSkinParam()
UmlSource
getSource()
UmlDiagramType
getUmlDiagramType()
int
getUniqueSequence()
boolean
isAutarkic(IGroup g)
boolean
isHideEmptyDescriptionForState()
boolean
mergeIntricated()
long
seed()
boolean
V1972()
-
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
-
V1972
boolean V1972()
-
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()
-
getLeafsvalues
Collection<ILeaf> getLeafsvalues()
-
createImageBuilder
ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
getNamespaceSeparator
String getNamespaceSeparator()
-
mergeIntricated
boolean mergeIntricated()
-
getGroups
Collection<IGroup> getGroups(boolean b)
-
getSource
UmlSource getSource()
-
getDotStringSkek
String[] getDotStringSkek()
-
isAutarkic
boolean isAutarkic(IGroup g)
-
getUniqueSequence
int getUniqueSequence()
-
-