Package | Description |
---|---|
org.graphstream.graph | |
org.graphstream.graph.implementations | |
org.graphstream.ui.graphicGraph |
Modifier and Type | Method and Description |
---|---|
NodeFactory<? extends Node> |
Graph.nodeFactory()
The factory used to create node instances.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setNodeFactory(NodeFactory<? extends Node> nf)
Set the node factory used to create nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeFactory<? extends Node> |
AbstractGraph.nodeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraph.setNodeFactory(NodeFactory<? extends Node> nf) |
Modifier and Type | Method and Description |
---|---|
NodeFactory<? extends Node> |
GraphicGraph.nodeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicGraph.setNodeFactory(NodeFactory<? extends Node> nf) |