Uses of Class
net.sourceforge.plantuml.cucadiagram.Link

Packages that use Link
net.sourceforge.plantuml.cucadiagram   
net.sourceforge.plantuml.cucadiagram.dot   
net.sourceforge.plantuml.cucadiagram.entity   
net.sourceforge.plantuml.html   
net.sourceforge.plantuml.posimo   
net.sourceforge.plantuml.svek   
 

Uses of Link in net.sourceforge.plantuml.cucadiagram
 

Methods in net.sourceforge.plantuml.cucadiagram that return Link
 Link Link.getBold()
           
 Link Link.getDashed()
           
 Link Link.getDotted()
           
 Link Link.getInv()
           
 Link CucaDiagram.getLastLink()
           
 

Methods in net.sourceforge.plantuml.cucadiagram that return types with arguments of type Link
 List<Link> CucaDiagram.getLinks()
           
 

Methods in net.sourceforge.plantuml.cucadiagram with parameters of type Link
 void CucaDiagram.addLink(Link link)
           
static boolean EntityUtils.isPureInnerLink12(IGroup group, Link link)
           
static boolean EntityUtils.isPureInnerLink3(IGroup group, Link link)
           
protected  void CucaDiagram.removeLink(Link link)
           
 

Uses of Link in net.sourceforge.plantuml.cucadiagram.dot
 

Methods in net.sourceforge.plantuml.cucadiagram.dot that return types with arguments of type Link
 List<Link> DotData.getLinks()
           
 

Constructor parameters in net.sourceforge.plantuml.cucadiagram.dot with type arguments of type Link
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)
           
 

Uses of Link in net.sourceforge.plantuml.cucadiagram.entity
 

Methods in net.sourceforge.plantuml.cucadiagram.entity that return types with arguments of type Link
 List<Link> EntityFactory.getLinks()
           
 

Methods in net.sourceforge.plantuml.cucadiagram.entity with parameters of type Link
 void EntityFactory.addLink(Link link)
           
 void EntityFactory.removeLink(Link link)
           
 

Uses of Link in net.sourceforge.plantuml.html
 

Constructors in net.sourceforge.plantuml.html with parameters of type Link
LinkHtmlPrinter(Link link, IEntity entity)
           
 

Uses of Link in net.sourceforge.plantuml.posimo
 

Constructors in net.sourceforge.plantuml.posimo with parameters of type Link
LabelImage(Link link, Rose rose, ISkinParam param)
           
 

Constructor parameters in net.sourceforge.plantuml.posimo with type arguments of type Link
EntityImageClass2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
           
EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
           
 

Uses of Link in net.sourceforge.plantuml.svek
 

Constructors in net.sourceforge.plantuml.svek with parameters of type Link
Line(String startUid, String endUid, Link link, ColorSequence colorSequence, String ltail, String lhead, ISkinParam skinParam, StringBounder stringBounder, FontConfiguration labelFont, Bibliotekon bibliotekon)
           
 



Copyright © 2012. All Rights Reserved.