|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
org.jgraph | |
org.jgraph.graph |
Uses of Edge in org.jgraph |
---|
Methods in org.jgraph with parameters of type Edge | |
---|---|
protected EdgeView |
JGraph.createEdgeView(Edge e,
CellMapper cm)
Deprecated. replaced by JGraph.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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |