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

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

Fields in com.port80.graph.dot.impl declared as DotPath
private  DotPath Route.fPath
           
 

Methods in com.port80.graph.dot.impl that return DotPath
 DotPath DotPath.beginPath(VirtualEdge e)
          Initialize tail end.
 DotPath DotPath.endPath(VirtualEdge e)
           
 

Methods in com.port80.graph.dot.impl with parameters of type DotPath
private  void Route.adjustChain(VirtualGraph graph, VirtualEdge chaintail, DotSpline spline, DotPath path)
          Move virtual vertices to routed locations so that other routing can take advantage of the spare spaces.
private  void Route.adjustRegularPath(DotPath path, int firstbox, int lastbox)
          Adjust boxes to meet MINWIDTH and ensure overlapped.
private  int Route.routePath(DotPath path, DotPolyline ret)
          Route a spline segment inside the bounding boxes of 'path'.
static void BoxToBound.antiClockwise(DotPath path, DotPolyline ret)
          Construct bounding polygon from path boxes by transversing in anti-clockwise direction.
private static DotBox BoxToBound.newNeighbour(DotBox box, int side, DotPath path)