org.eclipse.draw2d.internal.graph
Class VirtualNodeCreation
java.lang.Object
org.eclipse.draw2d.internal.graph.RevertableChange
org.eclipse.draw2d.internal.graph.VirtualNodeCreation
- public class VirtualNodeCreation
- extends RevertableChange
Encapsulates the conversion of a long edge to multiple short edges and back.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualNodeCreation
public VirtualNodeCreation(Edge edge,
DirectedGraph graph)
- Breaks a single edge into multiple edges containing virtual nodes.
- Parameters:
edge
- The edge to convertgraph
- the graph containing the edge- Since:
- 3.1
revert
public void revert()
- Overrides:
revert
in class RevertableChange
- See Also:
RevertableChange.revert()
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.