net.sourceforge.plantuml.cucadiagram.dot
Class DotData

java.lang.Object
  extended by 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)
           
 
Method Summary
 ColorMapper getColorMapper()
           
 GroupHierarchy getGroupHierarchy()
           
 Collection<ILeaf> getLeafs()
           
 List<Link> getLinks()
           
 Rankdir getRankdir()
           
 IGroup getRootGroup()
           
 ISkinParam getSkinParam()
           
 IGroup getTopParent()
           
 UmlDiagramType getUmlDiagramType()
           
 boolean isEmpty(IGroup g)
           
 boolean showPortion(EntityPortion portion, ILeaf entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.