JHotDraw 7.5.1

org.jhotdraw.draw.connector
Class ChopEllipseConnector

java.lang.Object
  extended by org.jhotdraw.draw.connector.AbstractConnector
      extended by org.jhotdraw.draw.connector.ChopRectangleConnector
          extended by org.jhotdraw.draw.connector.ChopEllipseConnector
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Connector, DOMStorable

public class ChopEllipseConnector
extends ChopRectangleConnector

A Connector which locates a connection point at the bounds of any figure which has an elliptic shape, such as EllipseFigure.

Version:
$Id: ChopEllipseConnector.java 647 2010-01-24 22:52:59Z rawcoder $
Author:
Werner Randelshofer
See Also:
Serialized Form

Constructor Summary
ChopEllipseConnector()
          Only used for DOMStorable input.
ChopEllipseConnector(Figure owner)
           
 
Method Summary
protected  java.awt.geom.Point2D.Double chop(Figure target, java.awt.geom.Point2D.Double from)
           
 
Methods inherited from class org.jhotdraw.draw.connector.ChopRectangleConnector
findEnd, findStart
 
Methods inherited from class org.jhotdraw.draw.connector.AbstractConnector
clone, contains, draw, findPoint, getAnchor, getBounds, getConnectorTarget, getDrawingArea, getOwner, isConnectToDecorator, read, setConnectToDecorator, setOwner, updateAnchor, updateEndLocation, updateStartLocation, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChopEllipseConnector

public ChopEllipseConnector()
Only used for DOMStorable input.


ChopEllipseConnector

public ChopEllipseConnector(Figure owner)
Method Detail

chop

protected java.awt.geom.Point2D.Double chop(Figure target,
                                            java.awt.geom.Point2D.Double from)
Overrides:
chop in class ChopRectangleConnector

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.