|
JGraph |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Edge | |
| org.jgraph | JGraph's topmost package which contains the JGraph class. |
| org.jgraph.graph | Graphs are made up of a number of classes and interfaces defined in their own
package - the jgraph.graph package. |
| Uses of Edge in org.jgraph |
| Methods in org.jgraph with parameters of type Edge | |
protected EdgeView |
JGraph.createEdgeView(JGraph graph,
CellMapper mapper,
Edge cell)
Deprecated. replaced by #createEdgeView(Object,CellMapper)since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
| Uses of Edge in org.jgraph.graph |
| Classes in org.jgraph.graph that implement Edge | |
class |
DefaultEdge
A simple implementation for an edge. |
| Constructors in org.jgraph.graph with parameters of type Edge | |
ConnectionSet(Edge edge,
Port port,
boolean source)
Constructs a ConnectionSet with one Connection. |
|
ConnectionSet(Edge edge,
Port source,
Port target)
Constructs a ConnectionSet with two Connections (to the source and target port of the edge). |
|
|
JGraph |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||