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 final StringDefault animation mode for 3D viewer rotationsstatic final StringDefault sensitivity setting for 3D viewer controlsstatic final floatDefault rotation angle for 3D viewer animations (360 degrees)static final doubleDefault rotation duration for 3D viewer animations (12 seconds)static final intDefault frames per second for 3D viewer animationsstatic final StringDefault file extension for scriptsstatic final Stringstatic final 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 final float DEF_ROTATION_ANGLEDefault rotation angle for 3D viewer animations (360 degrees)- See Also:
-
DEF_ROTATION_DURATION
public static final double DEF_ROTATION_DURATIONDefault rotation duration for 3D viewer animations (12 seconds)- See Also:
-
DEF_ROTATION_FPS
public static final int DEF_ROTATION_FPSDefault frames per second for 3D viewer animations- See Also:
-
DEF_ANIMATION_MODE
Default animation mode for 3D viewer rotations- See Also:
-
DEF_CONTROLS_SENSITIVITY
Default sensitivity setting for 3D viewer controls- See Also:
-
DEF_SNAPSHOT_WYSIWYG
public static final boolean DEF_SNAPSHOT_WYSIWYGDefault WYSIWYG snapshot mode (off: use GL readback)- See Also:
-
DEF_SCRIPT_EXTENSION
Default file extension for scripts- See Also:
-
-
Constructor Details
-
RecViewerPrefsCmd
public RecViewerPrefsCmd()
-
-
Method Details
-
run
public void run() -
main
-