Package | Description |
---|---|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and 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.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.