public class ChopBezierConnector extends ChopRectangleConnector
Connector which locates a connection point at the bounds
of a BezierFigure.
XXX - This connector does not take the stroke width of the polygon into account.
| Constructor and Description |
|---|
ChopBezierConnector()
Creates a new instance.
|
ChopBezierConnector(BezierFigure owner) |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.geom.Point2D.Double |
chop(Figure target,
java.awt.geom.Point2D.Double from) |
findEnd, findStartclone, contains, draw, findPoint, getAnchor, getBounds, getConnectorTarget, getDrawingArea, getOwner, isConnectToDecorator, read, setConnectToDecorator, setOwner, updateAnchor, updateEndLocation, updateStartLocation, writepublic ChopBezierConnector()
public ChopBezierConnector(BezierFigure owner)
protected java.awt.geom.Point2D.Double chop(Figure target, java.awt.geom.Point2D.Double from)
chop in class ChopRectangleConnector