Uses of Interface
org.jgraph.graph.Port
-
Packages that use Port Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage. -
-
Uses of Port in org.jgraph.graph
Classes in org.jgraph.graph that implement Port Modifier and Type Class Description classDefaultPortA simple implementation for a port.Fields in org.jgraph.graph declared as Port Modifier and Type Field Description protected PortDefaultPort. anchorReference to the anchor of this portMethods in org.jgraph.graph that return Port Modifier and Type Method Description PortDefaultPort. getAnchor()Returns the anchor of this port.PortPort. getAnchor()Returns the anchor of the port.Methods in org.jgraph.graph with parameters of type Port Modifier and Type Method Description protected PortViewDefaultCellViewFactory. createPortView(Port cell)Deprecated.replaced byDefaultCellViewFactory.createPortView(Object)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)voidDefaultPort. setAnchor(Port port)Sets the anchor of this port.voidPort. setAnchor(Port port)Sets the anchor of the port.Constructors in org.jgraph.graph with parameters of type Port Constructor Description DefaultPort(java.lang.Object userObject, Port anchor)Constructs a port that holds a reference to the specified user object and a reference to the specified anchor.
-