Uses of Interface
org.graphstream.graph.NodeFactory
| Package | Description |
|---|---|
| org.graphstream.graph | |
| org.graphstream.graph.implementations | |
| org.graphstream.ui.graphicGraph |
-
Uses of NodeFactory in org.graphstream.graph
Methods in org.graphstream.graph that return NodeFactory Modifier and Type Method Description NodeFactory<? extends Node>Graph. nodeFactory()The factory used to create node instances.Methods in org.graphstream.graph with parameters of type NodeFactory Modifier and Type Method Description voidGraph. setNodeFactory(NodeFactory<? extends Node> nf)Set the node factory used to create nodes. -
Uses of NodeFactory in org.graphstream.graph.implementations
Methods in org.graphstream.graph.implementations that return NodeFactory Modifier and Type Method Description NodeFactory<? extends Node>AbstractGraph. nodeFactory()Methods in org.graphstream.graph.implementations with parameters of type NodeFactory Modifier and Type Method Description voidAbstractGraph. setNodeFactory(NodeFactory<? extends Node> nf) -
Uses of NodeFactory in org.graphstream.ui.graphicGraph
Methods in org.graphstream.ui.graphicGraph that return NodeFactory Modifier and Type Method Description NodeFactory<? extends Node>GraphicGraph. nodeFactory()Methods in org.graphstream.ui.graphicGraph with parameters of type NodeFactory Modifier and Type Method Description voidGraphicGraph. setNodeFactory(NodeFactory<? extends Node> nf)