org.opensourcephysics.drawing3d.utils
Class SpatialTransformation

java.lang.Object
  extended by org.opensourcephysics.drawing3d.utils.SpatialTransformation

public class SpatialTransformation
extends java.lang.Object

Version:
March 2005
Author:
Francisco Esquembre
See Also:
Style

Constructor Summary
SpatialTransformation()
           
 
Method Summary
 void changeTransformation(Transformation _tranformation)
           
 Transformation getTransformation()
           
 boolean hasChanged()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialTransformation

public SpatialTransformation()
Method Detail

getTransformation

public Transformation getTransformation()

isEnabled

public boolean isEnabled()

hasChanged

public boolean hasChanged()

changeTransformation

public void changeTransformation(Transformation _tranformation)