de.ukn.hci.squidy.designer.zoom
Class DefaultConnectionManager

java.lang.Object
  extended by de.ukn.hci.squidy.designer.zoom.DefaultConnectionManager
All Implemented Interfaces:
ConnectionManager

public class DefaultConnectionManager
extends Object
implements ConnectionManager

DefaultConnectionManager.

 Date: Mar 15, 2009
 Time: 6:41:12 PM
 

Since:
1.0.0
Version:
$Id: DefaultConnectionManager.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman R&aumldle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz

Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 void addConnection(PortShape port)
           
 PortShape getConnectionAtPoint(Point2D point)
           
 boolean hasConnectionAtDifferentNodeAtPoint(PortShape portShape, Point2D point)
           
 boolean hasConnectionAtPoint(Point2D point)
           
 void removeConnection(PortShape port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConnectionManager

public DefaultConnectionManager()
Method Detail

addConnection

public void addConnection(PortShape port)
Specified by:
addConnection in interface ConnectionManager

removeConnection

public void removeConnection(PortShape port)
Specified by:
removeConnection in interface ConnectionManager

getConnectionAtPoint

public PortShape getConnectionAtPoint(Point2D point)
Specified by:
getConnectionAtPoint in interface ConnectionManager

hasConnectionAtPoint

public boolean hasConnectionAtPoint(Point2D point)
Specified by:
hasConnectionAtPoint in interface ConnectionManager

hasConnectionAtDifferentNodeAtPoint

public boolean hasConnectionAtDifferentNodeAtPoint(PortShape portShape,
                                                   Point2D point)
Specified by:
hasConnectionAtDifferentNodeAtPoint in interface ConnectionManager


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.