Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.port80.graph.dot.impl.VirtualGraph.Rank

Uses of VirtualGraph.Rank in com.port80.graph.dot.impl
 

Fields in com.port80.graph.dot.impl declared as VirtualGraph.Rank
(package private)  VirtualGraph.Rank[] ErasedPath.fRanks
           
(package private)  VirtualGraph.Rank[] VirtualGraph.ranks
           
(package private)  VirtualGraph.Rank VirtualGraph.MinimiumSpacingIterator.rank
           
private  VirtualGraph.Rank[] Route.fRanks
           
(package private)  VirtualGraph.Rank[] Anneal.fRanks
           
 

Methods in com.port80.graph.dot.impl with parameters of type VirtualGraph.Rank
private  int Route.findOrder(int x, VirtualGraph.Rank rank)
          Find the new order for a vertex at the given x-coordinate 'x' such that vts[neworder-1].x <= x and vts[neworder].x > x
private  void Route.adjustVertexWithReorder(int neworder, int newx, VirtualVertex head, VirtualGraph.Rank rank)
          Move given vertex to location before the vertex vts[neworder] and adjust x coordinate to as close as possible to 'newx'.
private  void Route.adjustVertexWithoutReorder(int newx, VirtualVertex head, VirtualGraph.Rank rank)
          Adjust x coordinate of given vertex to as close as possible to newx while maintaining vertex orders.
private  void Route.installBus(com.port80.graph.IVertex v, java.lang.String name, VirtualGraph.Rank rank)