Class ErdDiagramAnchor

  • All Implemented Interfaces:
    org.eclipse.draw2d.AncestorListener, org.eclipse.draw2d.ConnectionAnchor

    public class ErdDiagramAnchor
    extends com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramAnchor
    ERD implementation of AbstractDiagramAnchor.
    • 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
      ErdDiagramAnchor​(org.eclipse.draw2d.IFigure owner)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isLinesOrthogonal()  
      • Methods inherited from class com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramAnchor

        getLocation
      • Methods inherited from class org.eclipse.draw2d.ChopboxAnchor

        equals, getBox, getReferencePoint, hashCode
      • Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor

        addAnchorListener, ancestorAdded, ancestorMoved, ancestorRemoved, getOwner, removeAnchorListener, setOwner
      • Methods inherited from class org.eclipse.draw2d.ConnectionAnchorBase

        fireAnchorMoved
    • Constructor Detail

      • ErdDiagramAnchor

        public ErdDiagramAnchor​(org.eclipse.draw2d.IFigure owner)
        Constructor.
        Parameters:
        owner - - the owner figure. Can't be null.
    • Method Detail

      • isLinesOrthogonal

        protected boolean isLinesOrthogonal()
        Specified by:
        isLinesOrthogonal in class com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramAnchor