Uses of Interface
org.graphstream.graph.EdgeFactory

Packages that use EdgeFactory
org.graphstream.graph   
org.graphstream.graph.implementations   
org.graphstream.ui.graphicGraph   
 

Uses of EdgeFactory in org.graphstream.graph
 

Methods in org.graphstream.graph that return EdgeFactory
 EdgeFactory<? extends Edge> Graph.edgeFactory()
          The factory used to create edge instances.
 

Methods in org.graphstream.graph with parameters of type EdgeFactory
 void Graph.setEdgeFactory(EdgeFactory<? extends Edge> ef)
          Set the edge factory used to create edges.
 

Uses of EdgeFactory in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations that return EdgeFactory
 EdgeFactory<? extends Edge> AbstractGraph.edgeFactory()
           
 

Methods in org.graphstream.graph.implementations with parameters of type EdgeFactory
 void AbstractGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef)
           
 

Uses of EdgeFactory in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return EdgeFactory
 EdgeFactory<? extends Edge> GraphicGraph.edgeFactory()
           
 

Methods in org.graphstream.ui.graphicGraph with parameters of type EdgeFactory
 void GraphicGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef)
           
 



Copyright © 2012. All Rights Reserved.