Class draw2d.ConnectionRouter

Object
   |
   +--draw2d.ConnectionRouter
Direct Known Subclasses:
draw2d.BezierConnectionRouter, draw2d.NullConnectionRouter, draw2d.ManhattanConnectionRouter

class draw2d.ConnectionRouter


Routes a draw2d.Connection, possibly using a constraint.
Version: 0.9.14

Author: Andreas Herz
Defined in ConnectionRouter.js


Field Summary
 Object type
          
 
Constructor Summary
draw2d.ConnectionRouter ()
           
 
Method Summary
 Object getDirection( r, p)
           Returns the direction the point p is in relation to the given rectangle.
 Object getEndDirection( conn)
          
 Object getStartDirection( conn)
          
 void route( connection)
           Routes the Connection.

Field Detail

type

Object type

Constructor Detail

draw2d.ConnectionRouter

draw2d.ConnectionRouter()

Method Detail

getDirection

Object getDirection( r, p)

getEndDirection

Object getEndDirection( conn)

getStartDirection

Object getStartDirection( conn)

route

void route( connection)


Documentation generated by JSDoc on Thu Feb 7 23:45:47 2008