Uses of Class
org.eclipse.gef.graph.Graph.Builder.Context
-
-
Uses of Graph.Builder.Context in org.eclipse.gef.graph
Constructors in org.eclipse.gef.graph with parameters of type Graph.Builder.Context Constructor Description Builder(Graph.Builder.Context context, java.lang.Object sourceNodeOrKey, java.lang.Object targetNodeOrKey)
Constructs a new (anonymous)Edge.Builder
for the givenGraph.Builder.Context
.Builder(Graph.Builder.Context context)
Constructs a new (anonymous)Node.Builder
for the givenGraph.Builder.Context
.Builder(Graph.Builder.Context context, java.lang.Object key)
Constructs a new identifiableNode.Builder
for the givenGraph.Builder.Context
.
-