Uses of Class
org.eclipse.gef.graph.Edge
-
Uses of Edge in org.eclipse.gef.graph
Methods in org.eclipse.gef.graph that return EdgeModifier and TypeMethodDescriptionEdge.Builder.buildEdge()
Creates a newEdge
, setting the values specified via thisEdge.Builder
.protected Edge
Creates a copy of the given edge.Methods in org.eclipse.gef.graph that return types with arguments of type EdgeModifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyListProperty<Edge>
Graph.edgesProperty()
Node.getAllIncomingEdges()
Node.getAllOutgoingEdges()
javafx.collections.ObservableList<Edge>
Graph.getEdges()
Returns the edgesProperty of thisGraph
.Node.getIncomingEdges()
GraphCopier.getInputToOutputEdgeMap()
GraphCopier.getInputToOutputEdgeMap()
Node.getOutgoingEdges()
Methods in org.eclipse.gef.graph with parameters of type EdgeModifier and TypeMethodDescriptionprotected Edge
Creates a copy of the given edge.protected void
GraphCopier.trackCopiedEdge
(Edge inputEdge, Edge outputEdge) Maintains a mapping from the input edge to the output edge.Method parameters in org.eclipse.gef.graph with type arguments of type EdgeModifier and TypeMethodDescription<T> Edge.Builder
Edge.Builder.attr
(BiConsumer<Edge, T> setter, T value) Uses the given setter to set the attribute value.Graph.Builder.edges
(Collection<Edge> edges)