public final class DotData extends java.lang.Object implements PortionShower
| Constructor and Description |
|---|
DotData(Entity topParent,
java.util.List<Link> links,
java.util.Collection<Entity> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
java.lang.String namespaceSeparator,
Pragma pragma) |
DotData(Entity topParent,
java.util.List<Link> links,
java.util.Collection<Entity> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
PortionShower portionShower,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
java.lang.String namespaceSeparator,
Pragma pragma) |
| Modifier and Type | Method and Description |
|---|---|
DotMode |
getDotMode() |
EntityFactory |
getEntityFactory() |
GroupHierarchy |
getGroupHierarchy() |
java.util.Collection<Entity> |
getLeafs() |
java.util.List<Link> |
getLinks() |
java.lang.String |
getNamespaceSeparator() |
Pragma |
getPragma() |
Entity |
getRootGroup() |
ISkinParam |
getSkinParam() |
Entity |
getTopParent() |
UmlDiagramType |
getUmlDiagramType() |
java.util.List<java.lang.String> |
getVisibleStereotypeLabels(Entity entity) |
boolean |
isDegeneratedWithFewEntities(int nb) |
boolean |
isEmpty(Entity g) |
boolean |
isHideEmptyDescriptionForState() |
void |
removeIrrelevantSametail() |
boolean |
showPortion(EntityPortion portion,
Entity entity) |
public DotData(Entity topParent, java.util.List<Link> links, java.util.Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
public DotData(Entity topParent, java.util.List<Link> links, java.util.Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, java.lang.String namespaceSeparator, Pragma pragma)
public EntityFactory getEntityFactory()
public UmlDiagramType getUmlDiagramType()
public ISkinParam getSkinParam()
public GroupHierarchy getGroupHierarchy()
public java.util.List<Link> getLinks()
public java.util.Collection<Entity> getLeafs()
public final Entity getTopParent()
public boolean isEmpty(Entity g)
public boolean showPortion(EntityPortion portion, Entity entity)
showPortion in interface PortionShowerpublic java.util.List<java.lang.String> getVisibleStereotypeLabels(Entity entity)
getVisibleStereotypeLabels in interface PortionShowerpublic Entity getRootGroup()
public boolean isDegeneratedWithFewEntities(int nb)
public final boolean isHideEmptyDescriptionForState()
public final DotMode getDotMode()
public final java.lang.String getNamespaceSeparator()
public Pragma getPragma()
public void removeIrrelevantSametail()