org.jgraph.graph
public interface Port extends GraphCell
Method Summary | |
---|---|
boolean | addEdge(Object edge)
Adds edge to the list of ports. |
Iterator | edges()
Returns an iterator of the edges connected
to the port. |
Port | getAnchor()
Returns the anchor of the port. |
boolean | removeEdge(Object edge)
Removes edge from the list of ports. |
void | setAnchor(Port port)
Sets the anchor of the port. |
edge
to the list of ports.edge
from the list of ports.