Uses of Class
org.eclipse.gef.graph.Graph
-
-
Uses of Graph in org.eclipse.gef.graph
Methods in org.eclipse.gef.graph that return Graph Modifier and Type Method Description Graph
Edge.Builder. build()
Constructs a newGraph
from the values which have been supplied to the builder chain.Graph
Graph.Builder. build()
Constructs a newGraph
from the values which have been supplied to thisGraph.Builder
.Graph
Node.Builder. build()
Constructs a newGraph
from the values which have been supplied to the builder chain.Graph
GraphCopier. copy(Graph graph)
Creates a copy of the givenGraph
.protected Graph
GraphCopier. copyGraph(Graph graph)
Copies the givenGraph
using the currentIAttributeCopier
.Graph
Edge. getGraph()
Graph
Node. getGraph()
Graph
Node. getNestedGraph()
Graph
Graph. getRootGraph()
Returns the root graph of this Graph.Methods in org.eclipse.gef.graph with parameters of type Graph Modifier and Type Method Description Graph
GraphCopier. copy(Graph graph)
Creates a copy of the givenGraph
.protected void
GraphCopier. copyEdges(Graph graph, Graph outputGraph)
Copies all the edges of the given graph into the output graph.protected Graph
GraphCopier. copyGraph(Graph graph)
Copies the givenGraph
using the currentIAttributeCopier
.protected void
GraphCopier. copyNodes(Graph graph, Graph outputGraph)
Copies all the nodes of the given graph into the output graph.void
Node. setNestedGraph(Graph nestedGraph)
Method parameters in org.eclipse.gef.graph with type arguments of type Graph Modifier and Type Method Description <T> Graph.Builder
Graph.Builder. attr(java.util.function.BiConsumer<Graph,T> setter, T value)
Uses the given setter to set the attribute value.
-