Class 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

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • StemAnchor

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

      • getLocation

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