Inheritance diagram for org.jgraph.graph.Port:
Public Member Functions | |
Iterator | edges () |
boolean | addEdge (Object edge) |
boolean | removeEdge (Object edge) |
Port | getAnchor () |
void | setAnchor (Port port) |
|
Adds Implemented in org.jgraph.graph.DefaultPort. |
|
Returns an iterator of the edges connected to the port. Implemented in org.jgraph.graph.DefaultPort. |
|
Returns the anchor of the port. Implemented in org.jgraph.graph.DefaultPort. |
|
Removes Implemented in org.jgraph.graph.DefaultPort. |
|
Sets the anchor of the port. Implemented in org.jgraph.graph.DefaultPort. |