Package sc.fiji.snt.gui.cmds
Class RecViewerPrefsCmd
java.lang.Object
org.scijava.AbstractContextual
org.scijava.command.ContextCommand
sc.fiji.snt.gui.cmds.RecViewerPrefsCmd
- All Implemented Interfaces:
Runnable,org.scijava.Cancelable,org.scijava.command.Command,org.scijava.Contextual,org.scijava.plugin.SciJavaPlugin
public class RecViewerPrefsCmd
extends org.scijava.command.ContextCommand
Command implementing Reconstruction Viewer 'Preferences...' command.
- Author:
- Tiago Ferreira
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDefault animation mode for 3D viewer rotationsstatic StringDefault sensitivity setting for 3D viewer controlsstatic floatDefault rotation angle for 3D viewer animations (360 degrees)static doubleDefault rotation duration for 3D viewer animations (12 seconds)static intDefault frames per second for 3D viewer animationsstatic StringDefault file extension for scriptsstatic Stringstatic booleanDefault WYSIWYG snapshot mode (off: use GL readback) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.scijava.command.ContextCommand
cancel, getCancelReason, isCanceledMethods inherited from class org.scijava.AbstractContextual
context, getContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.scijava.Contextual
setContext
-
Field Details
-
DEF_SNAPSHOT_DIR
-
DEF_ROTATION_ANGLE
public static float DEF_ROTATION_ANGLEDefault rotation angle for 3D viewer animations (360 degrees) -
DEF_ROTATION_DURATION
public static double DEF_ROTATION_DURATIONDefault rotation duration for 3D viewer animations (12 seconds) -
DEF_ROTATION_FPS
public static int DEF_ROTATION_FPSDefault frames per second for 3D viewer animations -
DEF_ANIMATION_MODE
Default animation mode for 3D viewer rotations -
DEF_CONTROLS_SENSITIVITY
Default sensitivity setting for 3D viewer controls -
DEF_SNAPSHOT_WYSIWYG
public static boolean DEF_SNAPSHOT_WYSIWYGDefault WYSIWYG snapshot mode (off: use GL readback) -
DEF_SCRIPT_EXTENSION
Default file extension for scripts
-
-
Constructor Details
-
RecViewerPrefsCmd
public RecViewerPrefsCmd()
-
-
Method Details
-
run
public void run() -
main
-