org.drools.eclipse.flow.common.editor.editpart.figure
Class FixedConnectionAnchor

java.lang.Object
  extended by org.eclipse.draw2d.ConnectionAnchorBase
      extended by org.eclipse.draw2d.AbstractConnectionAnchor
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener
org.eclipse.draw2d.AncestorListener.Stub
 
Field Summary
 boolean leftToRight
           
 int offsetH
           
 int offsetV
           
 boolean topDown
           
 
Fields inherited from class org.eclipse.draw2d.ConnectionAnchorBase
listeners
 
Constructor Summary
FixedConnectionAnchor(org.eclipse.draw2d.IFigure owner)
           
 
Method Summary
 void ancestorMoved(org.eclipse.draw2d.IFigure figure)
           
 boolean equals(Object o)
           
 org.eclipse.draw2d.geometry.Point getLocation(org.eclipse.draw2d.geometry.Point reference)
           
 org.eclipse.draw2d.geometry.Point getReferencePoint()
           
 int hashCode()
           
 void setOffsetH(int offsetH)
           
 void setOffsetV(int offsetV)
           
 
Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor
addAnchorListener, ancestorAdded, ancestorRemoved, getOwner, removeAnchorListener, setOwner
 
Methods inherited from class org.eclipse.draw2d.ConnectionAnchorBase
fireAnchorMoved
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftToRight

public boolean leftToRight

offsetH

public int offsetH

offsetV

public int offsetV

topDown

public boolean topDown
Constructor Detail

FixedConnectionAnchor

public FixedConnectionAnchor(org.eclipse.draw2d.IFigure owner)
Method Detail

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.