public interface JmolNavigatorInterface
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
void |
calcNavigationPoint() |
java.lang.String |
getNavigationState() |
void |
interrupt() |
void |
navigateAxis(javajs.util.V3 rotAxis,
float degrees) |
void |
navigateKey(int keyCode,
int modifiers) |
void |
navigateList(JmolScriptEvaluator eval,
javajs.util.Lst<java.lang.Object[]> list) |
void |
navTranslatePercentOrTo(float seconds,
float x,
float y) |
void |
set(TransformManager transformManager,
Viewer vwr) |
void |
setNavigationDepthPercent(float percent) |
void |
setNavigationOffsetRelative() |
void |
zoomByFactor(float factor,
int x,
int y) |
void set(TransformManager transformManager, Viewer vwr)
void zoomByFactor(float factor, int x, int y)
void calcNavigationPoint()
void setNavigationOffsetRelative()
void navigateKey(int keyCode, int modifiers)
void navigateList(JmolScriptEvaluator eval, javajs.util.Lst<java.lang.Object[]> list)
void navigateAxis(javajs.util.V3 rotAxis, float degrees)
void setNavigationDepthPercent(float percent)
java.lang.String getNavigationState()
void navTranslatePercentOrTo(float seconds, float x, float y)
void interrupt()