Uses of Interface
org.graphstream.graph.NodeFactory

Packages that use NodeFactory
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
 NodeFactory<? extends Node> Graph.nodeFactory()
          The factory used to create node instances.
 

Methods in org.graphstream.graph with parameters of type NodeFactory
 void Graph.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
 NodeFactory<? extends Node> AbstractGraph.nodeFactory()
           
 

Methods in org.graphstream.graph.implementations with parameters of type NodeFactory
 void AbstractGraph.setNodeFactory(NodeFactory<? extends Node> nf)
           
 

Uses of NodeFactory in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return NodeFactory
 NodeFactory<? extends Node> GraphicGraph.nodeFactory()
           
 

Methods in org.graphstream.ui.graphicGraph with parameters of type NodeFactory
 void GraphicGraph.setNodeFactory(NodeFactory<? extends Node> nf)
           
 



Copyright © 2012. All Rights Reserved.