Uses of Interface
org.jgraph.graph.GraphCell
Packages that use GraphCell
Package
Description
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.-
Uses of GraphCell in org.jgraph.graph
Subinterfaces of GraphCell in org.jgraph.graphModifier and TypeInterfaceDescriptioninterface
Defines the requirements for an object that represents an Edge in a GraphModel.interface
Defines the requirements for an object that represents a port in a graph model.Classes in org.jgraph.graph that implement GraphCellModifier and TypeClassDescriptionclass
A simple implementation for an edge.class
The default implementation for the GraphCell interface.class
A simple implementation for a port.