Uses of Class
org.eclipse.gef.graph.Edge
-
-
Uses of Edge in org.eclipse.gef.graph
Methods in org.eclipse.gef.graph that return Edge Modifier and Type Method Description Edge
Edge.Builder. buildEdge()
Creates a newEdge
, setting the values specified via thisEdge.Builder
.protected Edge
GraphCopier. copyEdge(Edge edge)
Creates a copy of the given edge.Methods in org.eclipse.gef.graph that return types with arguments of type Edge Modifier and Type Method Description javafx.beans.property.ReadOnlyListProperty<Edge>
Graph. edgesProperty()
java.util.Set<Edge>
Node. getAllIncomingEdges()
java.util.Set<Edge>
Node. getAllOutgoingEdges()
javafx.collections.ObservableList<Edge>
Graph. getEdges()
Returns the edgesProperty of thisGraph
.java.util.Set<Edge>
Node. getIncomingEdges()
java.util.Map<Edge,Edge>
GraphCopier. getInputToOutputEdgeMap()
java.util.Map<Edge,Edge>
GraphCopier. getInputToOutputEdgeMap()
java.util.Set<Edge>
Node. getOutgoingEdges()
Methods in org.eclipse.gef.graph with parameters of type Edge Modifier and Type Method Description protected Edge
GraphCopier. copyEdge(Edge edge)
Creates a copy of the given edge.Graph.Builder
Graph.Builder. edges(Edge... edges)
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 Edge Modifier and Type Method Description <T> Edge.Builder
Edge.Builder. attr(java.util.function.BiConsumer<Edge,T> setter, T value)
Uses the given setter to set the attribute value.Graph.Builder
Graph.Builder. edges(java.util.Collection<Edge> edges)
-