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