net.sf.jame.twister.util
Class View

java.lang.Object
  extended by net.sf.jame.twister.util.View
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class View
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
View(IntegerVector4D status, DoubleVector4D position, DoubleVector4D rotation)
           
 
Method Summary
 View clone()
           
 boolean equals(java.lang.Object obj)
           
 DoubleVector4D getPosition()
           
 DoubleVector4D getRotation()
           
 IntegerVector4D getStatus()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

View

public View(IntegerVector4D status,
            DoubleVector4D position,
            DoubleVector4D rotation)
Parameters:
status -
position -
rotation -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

getStatus

public IntegerVector4D getStatus()
Returns:
the dynamic

getPosition

public DoubleVector4D getPosition()
Returns:
the position

getRotation

public DoubleVector4D getRotation()
Returns:
the rotation

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

clone

public View clone()
Overrides:
clone in class java.lang.Object
See Also:
Object.clone()