Uses of Class
org.eclipse.gef.graph.Node.Builder
-
Uses of Node.Builder in org.eclipse.gef.graph
Modifier and TypeFieldDescriptionprotected Map<Object,
Node.Builder> Graph.Builder.Context.nodeBuilders
Node.Builder
s, which are part of the builder chain, mapped to their keys.protected Map<Object,
Node.Builder> Graph.Builder.Context.nodeKeyToBuilderMap
Stores node buildersModifier and TypeMethodDescriptionPuts the given key-value-pair into theattributesProperty map
of theNode
which is constructed by thisNode.Builder
.<T> Node.Builder
Node.Builder.attr
(BiConsumer<Node, T> setter, T value) Uses the given setter to set the attribute value.Edge.Builder.node()
Constructs a new (anonymous)Node.Builder
for a node.Constructs a new (identifiable)Node.Builder
for a node.Graph.Builder.node()
Constructs a new (anonymous)Node.Builder
.Constructs a new (identifiable)Node.Builder
.Node.Builder.node()
Constructs a new (anonymous)Node.Builder
.Constructs a new (identifiable)Node.Builder
.