Uses of Interface
org.graphstream.graph.Graph
-
Uses of Graph in org.graphstream.graph
Methods in org.graphstream.graph that return Graph Modifier and Type Method Description GraphNode. getGraph()Parent graph.GraphGraphFactory. newInstance(String id, String graphClass)Instantiate a new graph from the given class name.Methods in org.graphstream.graph with parameters of type Graph Modifier and Type Method Description TNodeFactory. newInstance(String id, Graph graph)Create a new instance of node. -
Uses of Graph in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Graph Modifier and Type Class Description classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes.Methods in org.graphstream.graph.implementations that return Graph Modifier and Type Method Description static GraphGraphs. clone(Graph g)Clone a given graph with same node/edge structure and same attributes.GraphAbstractNode. getGraph()This implementation returnsAbstractNode.graph.static GraphGraphs. merge(Graph... graphs)Merge several graphs in one.static GraphGraphs. synchronizedGraph(Graph g)Synchronizes a graph.static GraphGraphs. unmutableGraph(Graph g)Methods in org.graphstream.graph.implementations with parameters of type Graph Modifier and Type Method Description static GraphGraphs. clone(Graph g)Clone a given graph with same node/edge structure and same attributes.static GraphGraphs. merge(Graph... graphs)Merge several graphs in one.static voidGraphs. mergeIn(Graph result, Graph... graphs)Merge several graphs in one.static GraphGraphs. synchronizedGraph(Graph g)Synchronizes a graph.static GraphGraphs. unmutableGraph(Graph g) -
Uses of Graph in org.graphstream.stream
Methods in org.graphstream.stream that return types with arguments of type Graph Modifier and Type Method Description Iterator<Graph>Timeline. iterator() -
Uses of Graph in org.graphstream.stream.file
Methods in org.graphstream.stream.file with parameters of type Graph Modifier and Type Method Description voidFileSink. writeAll(Graph graph, OutputStream stream)Write the current graph state in one big non-interruptible operation.voidFileSink. writeAll(Graph graph, Writer writer)Write the current graph state in one big non-interruptible operation.voidFileSink. writeAll(Graph graph, String fileName)Write the current graph state in one big non-interruptible operation.voidFileSinkBase. writeAll(Graph graph, OutputStream stream)voidFileSinkBase. writeAll(Graph graph, Writer writer)voidFileSinkBase. writeAll(Graph graph, String fileName)voidFileSinkGEXF2. writeAll(Graph graph, OutputStream stream)voidFileSinkGEXF2. writeAll(Graph graph, Writer writer)voidFileSinkGEXF2. writeAll(Graph graph, String fileName)voidFileSinkImages. writeAll(Graph g, OutputStream stream)voidFileSinkImages. writeAll(Graph g, Writer writer)voidFileSinkImages. writeAll(Graph g, String filename)voidFileSinkSVG. writeAll(Graph graph, OutputStream stream)voidFileSinkSVG. writeAll(Graph g, Writer w)voidFileSinkSVG. writeAll(Graph graph, String fileName) -
Uses of Graph in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement Graph Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.Methods in org.graphstream.ui.graphicGraph that return Graph Modifier and Type Method Description GraphGraphicNode. getGraph()GraphStyleGroupSet. getGraph(String id)Get a graph element knowing its identifier.Methods in org.graphstream.ui.graphicGraph that return types with arguments of type Graph Modifier and Type Method Description Iterator<? extends Graph>StyleGroupSet. getGraphIterator()Iterator on the set of graphs.Iterable<? extends Graph>StyleGroupSet. graphs()Iterable set of graphs.Methods in org.graphstream.ui.graphicGraph with parameters of type Graph Modifier and Type Method Description static doubleGraphPosLengthUtils. edgeLength(Graph graph, String id)Compute the edge length of the given edge according to its two nodes positions.StyleGroupStyleGroupSet. getStyleFor(Graph graph)Get the style of a given graph.static Point3GraphPosLengthUtils. nodePointPosition(Graph graph, String id)Retrieve a node position from its attributes ("x", "y", "z", or "xy", or "xyz").static double[]GraphPosLengthUtils. nodePosition(Graph graph, String id)Retrieve a node position from its attributes ("x", "y", "z", or "xy", or "xyz").static voidGraphPosLengthUtils. nodePosition(Graph graph, String id, double[] xyz)LikeGraphPosLengthUtils.nodePosition(Graph,String), but instead of returning a newly allocated array, fill up the array given as parameter.static Point3GraphPosLengthUtils. nodePosition(Graph graph, String id, Point3 pos)LikeGraphPosLengthUtils.nodePointPosition(Graph,String), but instead of returning a newly allocated array, fill up the array given as parameter.voidGraphicNode. setGraph(Graph graph) -
Uses of Graph in org.graphstream.ui.layout
Constructors in org.graphstream.ui.layout with parameters of type Graph Constructor Description LayoutRunner(Graph graph, Layout layout, boolean start, boolean replay)New layout runner that listen at the given graph and compute a layout on its graph structure in a distinct thread. -
Uses of Graph in org.graphstream.ui.spriteManager
Constructors in org.graphstream.ui.spriteManager with parameters of type Graph Constructor Description SpriteManager(Graph graph)Create a new manager for sprite and bind it to the given graph. -
Uses of Graph in org.graphstream.ui.view
Methods in org.graphstream.ui.view with parameters of type Graph Modifier and Type Method Description voidViewer. replayGraph(Graph graph)Dirty replay of the graph. -
Uses of Graph in org.graphstream.util
Methods in org.graphstream.util with parameters of type Graph Modifier and Type Method Description ViewerDisplay. display(Graph graph, boolean autoLayout)voidGraphDiff. start(Graph g)Start to record changes.Constructors in org.graphstream.util with parameters of type Graph Constructor Description GraphDiff(Graph g1, Graph g2)Create a diff between two graphs.GraphListeners(Graph g)