com.buglabs.dragonfly.ui.draw2d
Class XYFigureAnchor

java.lang.Object
  extended by org.eclipse.draw2d.ConnectionAnchorBase
      extended by org.eclipse.draw2d.AbstractConnectionAnchor
          extended by com.buglabs.dragonfly.ui.draw2d.XYFigureAnchor
All Implemented Interfaces:
org.eclipse.draw2d.AncestorListener, org.eclipse.draw2d.ConnectionAnchor

public class XYFigureAnchor
extends org.eclipse.draw2d.AbstractConnectionAnchor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener
org.eclipse.draw2d.AncestorListener.Stub
 
Constructor Summary
XYFigureAnchor(org.eclipse.draw2d.IFigure owner, org.eclipse.draw2d.geometry.Point p)
           
 
Method Summary
 org.eclipse.draw2d.geometry.Point getLocation(org.eclipse.draw2d.geometry.Point reference)
           
 
Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor
addAnchorListener, ancestorAdded, ancestorMoved, ancestorRemoved, getOwner, getReferencePoint, removeAnchorListener, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYFigureAnchor

public XYFigureAnchor(org.eclipse.draw2d.IFigure owner,
                      org.eclipse.draw2d.geometry.Point p)
Method Detail

getLocation

public org.eclipse.draw2d.geometry.Point getLocation(org.eclipse.draw2d.geometry.Point reference)