Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- attr(String, Object) - Method in class org.eclipse.gef.graph.Edge.Builder
-
Puts the given key-value-pair into the
attributesProperty map
of theEdge
which is constructed by thisEdge.Builder
. - attr(String, Object) - Method in class org.eclipse.gef.graph.Graph.Builder
-
Puts the given key-value-pair into the
attributes map
of theGraph
which is constructed by thisGraph.Builder
. - attr(String, Object) - Method in class org.eclipse.gef.graph.Node.Builder
-
Puts the given key-value-pair into the
attributesProperty map
of theNode
which is constructed by thisNode.Builder
. - attr(BiConsumer<Edge, T>, T) - Method in class org.eclipse.gef.graph.Edge.Builder
-
Uses the given setter to set the attribute value.
- attr(BiConsumer<Graph, T>, T) - Method in class org.eclipse.gef.graph.Graph.Builder
-
Uses the given setter to set the attribute value.
- attr(BiConsumer<Node, T>, T) - Method in class org.eclipse.gef.graph.Node.Builder
-
Uses the given setter to set the attribute value.
- attributesProperty() - Method in class org.eclipse.gef.graph.Edge
- attributesProperty() - Method in class org.eclipse.gef.graph.Graph
- attributesProperty() - Method in class org.eclipse.gef.graph.Node
All Classes and Interfaces|All Packages|Constant Field Values