net.sourceforge.plantuml.cucadiagram.dot
Class DotData
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.DotData
- All Implemented Interfaces:
- PortionShower
public final class DotData
- extends Object
- implements PortionShower
Constructor Summary |
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
Rankdir rankdir,
GroupHierarchy groupHierarchy,
ColorMapper colorMapper,
EntityFactory entityFactory)
|
DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
Rankdir rankdir,
GroupHierarchy groupHierarchy,
PortionShower portionShower,
ColorMapper colorMapper,
EntityFactory entityFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotData
public DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
Rankdir rankdir,
GroupHierarchy groupHierarchy,
PortionShower portionShower,
ColorMapper colorMapper,
EntityFactory entityFactory)
DotData
public DotData(IGroup topParent,
List<Link> links,
Collection<ILeaf> leafs,
UmlDiagramType umlDiagramType,
ISkinParam skinParam,
Rankdir rankdir,
GroupHierarchy groupHierarchy,
ColorMapper colorMapper,
EntityFactory entityFactory)
getUmlDiagramType
public UmlDiagramType getUmlDiagramType()
getSkinParam
public ISkinParam getSkinParam()
getRankdir
public Rankdir getRankdir()
getGroupHierarchy
public GroupHierarchy getGroupHierarchy()
getLinks
public List<Link> getLinks()
getLeafs
public Collection<ILeaf> getLeafs()
getTopParent
public final IGroup getTopParent()
isEmpty
public boolean isEmpty(IGroup g)
showPortion
public boolean showPortion(EntityPortion portion,
ILeaf entity)
- Specified by:
showPortion
in interface PortionShower
getColorMapper
public final ColorMapper getColorMapper()
getRootGroup
public IGroup getRootGroup()
Copyright © 2013. All Rights Reserved.