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 TypeInterfaceDescriptioninterfaceDefines the requirements for an object that represents an Edge in a GraphModel.interfaceDefines the requirements for an object that represents a port in a graph model.Classes in org.jgraph.graph that implement GraphCellModifier and TypeClassDescriptionclassA simple implementation for an edge.classThe default implementation for the GraphCell interface.classA simple implementation for a port.