Uses of Class
org.eclipse.gef.graph.Graph.Builder
-
Uses of Graph.Builder in org.eclipse.gef.graph
Modifier and TypeFieldDescriptionprotected Graph.Builder
Graph.Builder.Context.builder
TheGraph.Builder
used to construct theGraph
, i.e. the root of the builder chain.Modifier and TypeMethodDescriptionPuts the given key-value-pair into theattributes map
of theGraph
which is constructed by thisGraph.Builder
.<T> Graph.Builder
Graph.Builder.attr
(BiConsumer<Graph, T> setter, T value) Uses the given setter to set the attribute value.Graph.Builder.edges
(Collection<Edge> edges) Graph.Builder.nodes
(Collection<Node> nodes)