All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.contrib.ChopPolygonConnector

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractConnector
           |
           +----CH.ifa.draw.standard.ChopBoxConnector
                   |
                   +----CH.ifa.draw.contrib.ChopPolygonConnector

public class ChopPolygonConnector
extends ChopBoxConnector
A ChopPolygonConnector locates a connection point by chopping the connection at the polygon boundary.


Constructor Index

 o ChopPolygonConnector()
 o ChopPolygonConnector(Figure)

Method Index

 o chop(Figure, Point)

Constructors

 o ChopPolygonConnector
 public ChopPolygonConnector()
 o ChopPolygonConnector
 public ChopPolygonConnector(Figure owner)

Methods

 o chop
 protected Point chop(Figure target,
                      Point from)
Overrides:
chop in class ChopBoxConnector

All Packages  Class Hierarchy  This Package  Previous  Next  Index