G
- the type of graphV
- the type of nodesE
- the types of edgespublic interface ViewCopyHelper<G extends Graph<V,E>,V,E extends Edge<V>>
Modifier and Type | Method and Description |
---|---|
Dimension |
getOffset()
Offset to move the last copied element.
|
E |
getSourceEdge(E edge)
Retrieve the equivalent edge from the source graph.
|
V |
getSourceNode(V node)
Retrieve the equivalent node from the source graph.
|
V getSourceNode(V node)
node
- E getSourceEdge(E edge)
edge
- Dimension getOffset()
Copyright © 2005–2020. All rights reserved.