org.drools.eclipse.flow.common.editor.editpart.figure
Class FixedConnectionAnchor
java.lang.Object
org.eclipse.draw2d.ConnectionAnchorBase
org.eclipse.draw2d.AbstractConnectionAnchor
org.drools.eclipse.flow.common.editor.editpart.figure.FixedConnectionAnchor
- All Implemented Interfaces:
- org.eclipse.draw2d.AncestorListener, org.eclipse.draw2d.ConnectionAnchor
public class FixedConnectionAnchor
- extends org.eclipse.draw2d.AbstractConnectionAnchor
| Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener |
org.eclipse.draw2d.AncestorListener.Stub |
| Fields inherited from class org.eclipse.draw2d.ConnectionAnchorBase |
listeners |
| Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor |
addAnchorListener, ancestorAdded, ancestorRemoved, getOwner, removeAnchorListener, setOwner |
| Methods inherited from class org.eclipse.draw2d.ConnectionAnchorBase |
fireAnchorMoved |
leftToRight
public boolean leftToRight
offsetH
public int offsetH
offsetV
public int offsetV
topDown
public boolean topDown
FixedConnectionAnchor
public FixedConnectionAnchor(org.eclipse.draw2d.IFigure owner)
ancestorMoved
public void ancestorMoved(org.eclipse.draw2d.IFigure figure)
- Specified by:
ancestorMoved in interface org.eclipse.draw2d.AncestorListener- Overrides:
ancestorMoved in class org.eclipse.draw2d.AbstractConnectionAnchor
getLocation
public org.eclipse.draw2d.geometry.Point getLocation(org.eclipse.draw2d.geometry.Point reference)
getReferencePoint
public org.eclipse.draw2d.geometry.Point getReferencePoint()
- Specified by:
getReferencePoint in interface org.eclipse.draw2d.ConnectionAnchor- Overrides:
getReferencePoint in class org.eclipse.draw2d.AbstractConnectionAnchor
setOffsetH
public void setOffsetH(int offsetH)
setOffsetV
public void setOffsetV(int offsetV)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.