public interface Router
Modifier and Type | Method and Description |
---|---|
void |
reroute(Connector c,
java.awt.Shape s)
Reroute the given shape, given that both the head the tail
sites moved.
|
void |
rerouteHead(Connector c,
java.awt.Shape s)
Reroute the given Shape, given that the head site moved.
|
void |
rerouteTail(Connector c,
java.awt.Shape s)
Reroute the given Shape, given that the tail site moved.
|
java.awt.Shape |
route(Connector c)
Route the given connector, returning a shape of the
appropriate type that it can used to draw itself with.
|
void rerouteHead(Connector c, java.awt.Shape s)
void rerouteTail(Connector c, java.awt.Shape s)
void reroute(Connector c, java.awt.Shape s)
java.awt.Shape route(Connector c)