Uses of Interface
net.sourceforge.plantuml.graph.ANode

Packages that use ANode
net.sourceforge.plantuml.graph   
 

Uses of ANode in net.sourceforge.plantuml.graph
 

Classes in net.sourceforge.plantuml.graph that implement ANode
 class ANodeImpl
           
 

Methods in net.sourceforge.plantuml.graph that return ANode
 ANode Heap.addNode(String code)
           
 ANode Zoda2.createAloneNode(String code)
           
 ANode Heap.getExistingNode(String code)
           
 ANode Zoda2.getNode(String code)
           
 ANode ALinkImpl.getNode1()
           
 ANode ALink.getNode1()
           
 ANode ALinkImpl.getNode2()
           
 ANode ALink.getNode2()
           
 ANode Board.getNodeAt(int row, int col)
           
 

Methods in net.sourceforge.plantuml.graph that return types with arguments of type ANode
 Set<ANode> Board.getConnectedNodes(ANode root, int level)
           
 List<? extends ANode> Zoda2.getNodes()
           
 List<ANode> Zoda1.getNodes()
          Deprecated.  
 List<ANode> Heap.getNodes()
           
 Collection<ANode> Board.getNodes()
           
 Collection<ANode> Board.getNodesInRow(int row)
           
 

Methods in net.sourceforge.plantuml.graph with parameters of type ANode
 void Elastane.addBox(ANode node, int w, int h)
           
 int Board.getCol(ANode n)
           
 Set<ANode> Board.getConnectedNodes(ANode root, int level)
           
 Point2D.Double Graph5.getPosition(ANode node)
           
 void Heap.importing(ANode under, ANode otherRoot, Heap otherHeap, int diffHeight, Object userData)
           
 

Method parameters in net.sourceforge.plantuml.graph with type arguments of type ANode
 Set<ALink> Board.getAllLinks(Set<ANode> nodes)
           
 

Constructors in net.sourceforge.plantuml.graph with parameters of type ANode
ALinkImpl(ANode n1, ANode n2, int diffHeight, Object userData)
           
 

Constructor parameters in net.sourceforge.plantuml.graph with type arguments of type ANode
Board(List<ANode> nodes, List<ALink> links)
           
LenghtLinkComparator(Map<ANode,Integer> cols)
           
 



Copyright © 2013. All Rights Reserved.