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.graphpackage. -
-
Uses of GraphCell in org.jgraph.graph
Subinterfaces of GraphCell in org.jgraph.graph Modifier and Type Interface Description interfaceEdgeDefines the requirements for an object that represents an Edge in a GraphModel.interfacePortDefines 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 classDefaultEdgeA simple implementation for an edge.classDefaultGraphCellThe default implementation for the GraphCell interface.classDefaultPortA simple implementation for a port.
-