| Package | Description | 
|---|---|
| org.graphstream.graph | |
| org.graphstream.graph.implementations | |
| org.graphstream.ui.graphicGraph | 
| Modifier and Type | Method and Description | 
|---|---|
EdgeFactory<? extends Edge> | 
Graph.edgeFactory()
The factory used to create edge instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Graph.setEdgeFactory(EdgeFactory<? extends Edge> ef)
Set the edge factory used to create edges. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EdgeFactory<? extends Edge> | 
AbstractGraph.edgeFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef)  | 
| Modifier and Type | Method and Description | 
|---|---|
EdgeFactory<? extends Edge> | 
GraphicGraph.edgeFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphicGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef)  |