Class AbstractBorderFigure.StemAnchor

java.lang.Object
org.eclipse.draw2d.ConnectionAnchorBase
org.eclipse.draw2d.AbstractConnectionAnchor
de.uka.ipd.sdq.pcm.gmf.composite.custom.AbstractBorderFigure.StemAnchor
All Implemented Interfaces:
org.eclipse.draw2d.AncestorListener, org.eclipse.draw2d.ConnectionAnchor
Enclosing class:
AbstractBorderFigure

protected class AbstractBorderFigure.StemAnchor extends org.eclipse.draw2d.AbstractConnectionAnchor
places the anchor point at the -- part of the figure. this class is to be used by subclasses
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener

    org.eclipse.draw2d.AncestorListener.Stub
  • Field Summary

    Fields inherited from class org.eclipse.draw2d.ConnectionAnchorBase

    listeners
  • Constructor Summary

    Constructors
    Constructor
    Description
    StemAnchor(org.eclipse.draw2d.IFigure owner)
    Instantiates a new stem anchor.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 org.eclipse.draw2d.ConnectionAnchorBase

    fireAnchorMoved

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StemAnchor

      public StemAnchor(org.eclipse.draw2d.IFigure owner)
      Instantiates a new stem anchor.
      Parameters:
      owner - the owner
  • Method Details

    • getLocation

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