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.DotBoxList

Uses of DotBoxList in com.port80.graph.dot.impl
 

Subclasses of DotBoxList in com.port80.graph.dot.impl
 class DotPath
          Data structure for routing information.
 class DotPathEnd
           
 

Methods in com.port80.graph.dot.impl with parameters of type DotBoxList
private  int Route.boundTailBoxes(VirtualEdge e, DotBox box, DotBoxList ret)
          Bound the inter-rank spacing below the tail.
private  int Route.boundHeadBoxes(VirtualEdge e, int nboxes, DotBoxList ret)
          Bound and replace the last 'nboxes' boxes in the given DotBoxList with bounding splines at head of 'e'.
private  int Route.maximalBoxes(int side, VirtualVertex v, VirtualEdge ie, VirtualEdge oe, DotBoxList ret)
          Determine the maximal bounding box around 'v' available for routing edges 'ie' and 'oe'.