org.globus.cog.gui.grapheditor.canvas.transformation
Class IdentityTransformation

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.canvas.transformation.IdentityTransformation
All Implemented Interfaces:
GraphTransformation

public class IdentityTransformation
extends Object
implements GraphTransformation


Constructor Summary
IdentityTransformation()
           
 
Method Summary
 GraphInterface transform(GraphInterface graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityTransformation

public IdentityTransformation()
Method Detail

transform

public GraphInterface transform(GraphInterface graph)
Specified by:
transform in interface GraphTransformation