org.jmol.viewer
Class StateManager.Orientation

java.lang.Object
  extended by org.jmol.viewer.StateManager.Orientation
Enclosing class:
StateManager

public class StateManager.Orientation
extends java.lang.Object


Field Summary
(package private)  javax.vecmath.Point3f center
           
(package private)  java.lang.String moveToText
           
(package private)  javax.vecmath.Point3f navCenter
           
(package private)  float navDepth
           
(package private)  boolean navigationMode
           
(package private)  javax.vecmath.Matrix3f rotationMatrix
           
(package private)  float rotationRadius
           
(package private)  java.lang.String saveName
           
(package private)  boolean windowCenteredFlag
           
(package private)  float xNav
           
(package private)  float xTrans
           
(package private)  float yNav
           
(package private)  float yTrans
           
(package private)  float zoom
           
 
Constructor Summary
StateManager.Orientation()
           
 
Method Summary
 java.lang.String getMoveToText()
           
(package private)  void restore(float timeSeconds, boolean isAll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

saveName

java.lang.String saveName

rotationMatrix

javax.vecmath.Matrix3f rotationMatrix

xTrans

float xTrans

yTrans

float yTrans

zoom

float zoom

rotationRadius

float rotationRadius

center

javax.vecmath.Point3f center

navCenter

javax.vecmath.Point3f navCenter

xNav

float xNav

yNav

float yNav

navDepth

float navDepth

windowCenteredFlag

boolean windowCenteredFlag

navigationMode

boolean navigationMode

moveToText

java.lang.String moveToText
Constructor Detail

StateManager.Orientation

StateManager.Orientation()
Method Detail

getMoveToText

public java.lang.String getMoveToText()

restore

void restore(float timeSeconds,
             boolean isAll)