Uses of Interface
org.jgraph.graph.Port
Packages that use Port
Package
Description
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.-
Uses of Port in org.jgraph.graph
Classes in org.jgraph.graph that implement PortFields in org.jgraph.graph declared as PortModifier and TypeFieldDescriptionprotected Port
DefaultPort.anchor
Reference to the anchor of this portMethods in org.jgraph.graph that return PortModifier and TypeMethodDescriptionDefaultPort.getAnchor()
Returns the anchor of this port.Port.getAnchor()
Returns the anchor of the port.Methods in org.jgraph.graph with parameters of type PortModifier and TypeMethodDescriptionprotected PortView
DefaultCellViewFactory.createPortView
(Port cell) Deprecated.void
Sets the anchor of this port.void
Sets the anchor of the port.Constructors in org.jgraph.graph with parameters of type PortModifierConstructorDescriptionDefaultPort
(Object userObject, Port anchor) Constructs a port that holds a reference to the specified user object and a reference to the specified anchor.
DefaultCellViewFactory.createPortView(Object)
since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)