Package org.jgraph.graph
Interface Port
- All Superinterfaces:
GraphCell
- All Known Implementing Classes:
DefaultPort
Defines the requirements for an object that
represents a port in a graph model.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAddsedgeto the list of ports.edges()Returns an iterator of the edges connected to the port.Returns the anchor of the port.booleanremoveEdge(Object edge) Removesedgefrom the list of ports.voidSets the anchor of the port.Methods inherited from interface org.jgraph.graph.GraphCell
changeAttributes, getAttributes, setAttributes