org.openbp.cockpit.modeler.figures.process
Class ParamConnector

java.lang.Object
  extended by CH.ifa.draw.standard.AbstractConnector
      extended by org.openbp.cockpit.modeler.figures.tag.TagConnector
          extended by org.openbp.cockpit.modeler.figures.process.ParamConnector
All Implemented Interfaces:
CH.ifa.draw.framework.Connector, CH.ifa.draw.util.Storable, java.io.Serializable

public class ParamConnector
extends TagConnector

Connector for a parameter connection.

Author:
Stephan Moritz
See Also:
Serialized Form

Constructor Summary
ParamConnector(ParamFigure paramTagFigure)
          Default constructor.
 
Method Summary
 java.awt.Point findEnd(CH.ifa.draw.framework.ConnectionFigure connection)
           
 java.awt.Point findStart(CH.ifa.draw.framework.ConnectionFigure connection)
           
 
Methods inherited from class org.openbp.cockpit.modeler.figures.tag.TagConnector
findPoint, flipOrientation, getLockedOrientation, getOrientation, getSocketFigure, isOrientationLocked, setLockedOrientation, toggleOrientationLock, updateOrientation
 
Methods inherited from class CH.ifa.draw.standard.AbstractConnector
containsPoint, displayBox, draw, owner, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamConnector

public ParamConnector(ParamFigure paramTagFigure)
Default constructor.

Parameters:
paramTagFigure - Figure that owns the connector
Method Detail

findStart

public java.awt.Point findStart(CH.ifa.draw.framework.ConnectionFigure connection)
Specified by:
findStart in interface CH.ifa.draw.framework.Connector
Overrides:
findStart in class CH.ifa.draw.standard.AbstractConnector

findEnd

public java.awt.Point findEnd(CH.ifa.draw.framework.ConnectionFigure connection)
Specified by:
findEnd in interface CH.ifa.draw.framework.Connector
Overrides:
findEnd in class CH.ifa.draw.standard.AbstractConnector


Copyright © 2011. All Rights Reserved.