Class DotData
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.dot.DotData
-
- All Implemented Interfaces:
PortionShower
public final class DotData extends java.lang.Object implements PortionShower
-
-
Constructor Summary
Constructors Constructor Description DotData(IGroup topParent, java.util.List<Link> links, java.util.Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
DotData(IGroup topParent, java.util.List<Link> links, java.util.Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorMapper
getColorMapper()
DotMode
getDotMode()
EntityFactory
getEntityFactory()
GroupHierarchy
getGroupHierarchy()
java.util.Collection<ILeaf>
getLeafs()
java.util.List<Link>
getLinks()
java.lang.String
getNamespaceSeparator()
Pragma
getPragma()
IGroup
getRootGroup()
ISkinParam
getSkinParam()
IGroup
getTopParent()
UmlDiagramType
getUmlDiagramType()
boolean
isDegeneratedWithFewEntities(int nb)
boolean
isEmpty(IGroup g)
boolean
isHideEmptyDescriptionForState()
void
removeIrrelevantSametail()
boolean
showPortion(EntityPortion portion, IEntity entity)
-
-
-
Constructor Detail
-
DotData
public DotData(IGroup topParent, java.util.List<Link> links, java.util.Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
-
DotData
public DotData(IGroup topParent, java.util.List<Link> links, java.util.Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
-
-
Method Detail
-
getEntityFactory
public EntityFactory getEntityFactory()
-
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
-
getSkinParam
public ISkinParam getSkinParam()
-
getGroupHierarchy
public GroupHierarchy getGroupHierarchy()
-
getLinks
public java.util.List<Link> getLinks()
-
getLeafs
public java.util.Collection<ILeaf> getLeafs()
-
getTopParent
public final IGroup getTopParent()
-
isEmpty
public boolean isEmpty(IGroup g)
-
showPortion
public boolean showPortion(EntityPortion portion, IEntity entity)
- Specified by:
showPortion
in interfacePortionShower
-
getColorMapper
public final ColorMapper getColorMapper()
-
getRootGroup
public IGroup getRootGroup()
-
isDegeneratedWithFewEntities
public boolean isDegeneratedWithFewEntities(int nb)
-
isHideEmptyDescriptionForState
public final boolean isHideEmptyDescriptionForState()
-
getDotMode
public final DotMode getDotMode()
-
getNamespaceSeparator
public final java.lang.String getNamespaceSeparator()
-
getPragma
public Pragma getPragma()
-
removeIrrelevantSametail
public void removeIrrelevantSametail()
-
-