Uses of Interface
org.graphstream.graph.EdgeFactory
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description EdgeFactory<? extends Edge>Graph. edgeFactory()The factory used to create edge instances.Methods in org.graphstream.graph with parameters of type EdgeFactory Modifier and Type Method Description voidGraph. 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 Modifier and Type Method Description EdgeFactory<? extends Edge>AbstractGraph. edgeFactory()Methods in org.graphstream.graph.implementations with parameters of type EdgeFactory Modifier and Type Method Description voidAbstractGraph. setEdgeFactory(EdgeFactory<? extends Edge> ef) -
Uses of EdgeFactory in org.graphstream.ui.graphicGraph
Methods in org.graphstream.ui.graphicGraph that return EdgeFactory Modifier and Type Method Description EdgeFactory<? extends Edge>GraphicGraph. edgeFactory()Methods in org.graphstream.ui.graphicGraph with parameters of type EdgeFactory Modifier and Type Method Description voidGraphicGraph. setEdgeFactory(EdgeFactory<? extends Edge> ef)