public final class DotData extends Object implements PortionShower
Constructor and Description |
---|
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
ColorMapper colorMapper,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
String namespaceSeparator,
Pragma pragma) |
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
GroupHierarchy groupHierarchy,
PortionShower portionShower,
ColorMapper colorMapper,
EntityFactory entityFactory,
boolean isHideEmptyDescriptionForState,
DotMode dotMode,
String namespaceSeparator,
Pragma pragma) |
Modifier and Type | Method and Description |
---|---|
ColorMapper |
getColorMapper() |
DotMode |
getDotMode() |
GroupHierarchy |
getGroupHierarchy() |
Collection<ILeaf> |
getLeafs() |
List<Link> |
getLinks() |
String |
getNamespaceSeparator() |
Pragma |
getPragma() |
IGroup |
getRootGroup() |
ISkinParam |
getSkinParam() |
IGroup |
getTopParent() |
UmlDiagramType |
getUmlDiagramType() |
boolean |
isEmpty(IGroup g) |
boolean |
isHideEmptyDescriptionForState() |
void |
removeIrrelevantSametail() |
boolean |
showPortion(EntityPortion portion,
IEntity entity) |
public DotData(IGroup topParent, List<Link> links, Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma)
public DotData(IGroup topParent, List<Link> links, Collection<ILeaf> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, ColorMapper colorMapper, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma)
public UmlDiagramType getUmlDiagramType()
public ISkinParam getSkinParam()
public GroupHierarchy getGroupHierarchy()
public Collection<ILeaf> getLeafs()
public final IGroup getTopParent()
public boolean isEmpty(IGroup g)
public boolean showPortion(EntityPortion portion, IEntity entity)
showPortion
in interface PortionShower
public final ColorMapper getColorMapper()
public IGroup getRootGroup()
public final boolean isHideEmptyDescriptionForState()
public final DotMode getDotMode()
public final String getNamespaceSeparator()
public Pragma getPragma()
public void removeIrrelevantSametail()
Copyright © 2015. All Rights Reserved.