Uses of Interface
com.tensegrity.graph.model.Port

Packages that use Port
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.graph.model Contains the graph model interface.  
com.tensegrity.graph.view Contains the graph view interface.  
 

Uses of Port in com.tensegrity.graph.event
 

Methods in com.tensegrity.graph.event that return Port
 Port NodeEvent.getPort()
          Returns the Port that is involved in the event if any.
 

Constructors in com.tensegrity.graph.event with parameters of type Port
NodeEvent(int id, Graph graph, Node node, Port port)
          Constructs a new NodeEvent.
NodeEvent(int id, Subgraph subgraph, Node node, Port port)
          Constructs a new NodeEvent.
 

Uses of Port in com.tensegrity.graph.model
 

Methods in com.tensegrity.graph.model that return Port
 Port Subgraph.getPortByWrappedPortID(long id)
          Internal helper method that querries the wrapped ports.
 Port Node.getPortByID(long id)
          Returns the Port with the given id.
abstract  Port GraphModelFactory.newPort(PortDenotation denotation)
          Constructs and returns a new Port object.
 Port Port.getWrappedPort()
          Returns the reference to the wrapped port or null if no port is wrapped.
 Port Port.deepCopy(Node node)
          Makes a deep copy of the Port.
 

Uses of Port in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view that return Port
 Port VisualPort.getPort()
          Returns the associated Port from the graph model.
 

Methods in com.tensegrity.graph.view with parameters of type Port
 VisualPort VisualPort.deepCopy(VisualNode visualnode, VisualGraph visualgraph, Port port)
          Makes a deep independent copy of this VisualPort.
abstract  VisualPort GraphViewFactory.newVisualPort(VisualPortDenotation denotation, int coordHorizontal, int coordVertical, Port port)
          Creates a new VisualPort associated with the given model port and further described by denotation.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.