Package net.sourceforge.plantuml.dot
Class DotData
java.lang.Object
net.sourceforge.plantuml.dot.DotData
- All Implemented Interfaces:
PortionShower
-
Constructor Summary
ConstructorsConstructorDescriptionDotData
(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) DotData
(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) -
Method Summary
Modifier and TypeMethodDescriptionfinal DotMode
getLeafs()
getLinks()
final String
final Entity
getVisibleStereotypeLabels
(Entity entity) boolean
isDegeneratedWithFewEntities
(int nb) boolean
final boolean
void
boolean
showPortion
(EntityPortion portion, Entity entity)
-
Constructor Details
-
DotData
public DotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) -
DotData
public DotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma)
-
-
Method Details
-
getEntityFactory
-
getUmlDiagramType
-
getSkinParam
-
getGroupHierarchy
-
getLinks
-
getLeafs
-
getTopParent
-
isEmpty
-
showPortion
- Specified by:
showPortion
in interfacePortionShower
-
getVisibleStereotypeLabels
- Specified by:
getVisibleStereotypeLabels
in interfacePortionShower
-
getRootGroup
-
isDegeneratedWithFewEntities
public boolean isDegeneratedWithFewEntities(int nb) -
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState() -
getDotMode
-
getNamespaceSeparator
-
getPragma
-
removeIrrelevantSametail
public void removeIrrelevantSametail()
-