org.jmol.viewer
Class StateManager.Orientation

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

public class StateManager.Orientation
extends Object


Field Summary
(package private)  Point3f center
           
(package private)  String moveToText
           
(package private)  Point3f navCenter
           
(package private)  float navDepth
           
(package private)  boolean navigateSurface
           
(package private)  boolean navigationMode
           
(package private)  Matrix3f rotationMatrix
           
(package private)  float rotationRadius
           
(package private)  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(boolean asDefault)
           
 
Method Summary
 String getMoveToText(boolean asCommand)
           
 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

String saveName

rotationMatrix

Matrix3f rotationMatrix

xTrans

float xTrans

yTrans

float yTrans

zoom

float zoom

rotationRadius

float rotationRadius

center

Point3f center

navCenter

Point3f navCenter

xNav

float xNav

yNav

float yNav

navDepth

float navDepth

windowCenteredFlag

boolean windowCenteredFlag

navigationMode

boolean navigationMode

navigateSurface

boolean navigateSurface

moveToText

String moveToText
Constructor Detail

StateManager.Orientation

StateManager.Orientation(boolean asDefault)
Method Detail

getMoveToText

public String getMoveToText(boolean asCommand)

restore

public void restore(float timeSeconds,
                    boolean isAll)