public class ChopEllipseConnector extends ChopRectangleConnector
Connector
which locates a connection point at the bounds
of any figure which has an elliptic shape, such as EllipseFigure
.
Constructor and Description |
---|
ChopEllipseConnector()
Only used for DOMStorable input.
|
ChopEllipseConnector(Figure owner) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Point2D.Double |
chop(Figure target,
java.awt.geom.Point2D.Double from) |
findEnd, findStart
clone, contains, draw, findPoint, getAnchor, getBounds, getConnectorTarget, getDrawingArea, getOwner, isConnectToDecorator, read, setConnectToDecorator, setOwner, updateAnchor, updateEndLocation, updateStartLocation, write
public ChopEllipseConnector()
public ChopEllipseConnector(Figure owner)
protected java.awt.geom.Point2D.Double chop(Figure target, java.awt.geom.Point2D.Double from)
chop
in class ChopRectangleConnector