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 Details

    • DEF_SNAPSHOT_DIR

      public static String DEF_SNAPSHOT_DIR
    • DEF_ROTATION_ANGLE

      public static float DEF_ROTATION_ANGLE
      Default rotation angle for 3D viewer animations (360 degrees)
    • DEF_ROTATION_DURATION

      public static double DEF_ROTATION_DURATION
      Default rotation duration for 3D viewer animations (12 seconds)
    • DEF_ROTATION_FPS

      public static int DEF_ROTATION_FPS
      Default frames per second for 3D viewer animations
    • DEF_ANIMATION_MODE

      public static String DEF_ANIMATION_MODE
      Default animation mode for 3D viewer rotations
    • DEF_CONTROLS_SENSITIVITY

      public static String DEF_CONTROLS_SENSITIVITY
      Default sensitivity setting for 3D viewer controls
    • DEF_SNAPSHOT_WYSIWYG

      public static boolean DEF_SNAPSHOT_WYSIWYG
      Default WYSIWYG snapshot mode (off: use GL readback)
    • DEF_SCRIPT_EXTENSION

      public static String DEF_SCRIPT_EXTENSION
      Default file extension for scripts
  • Constructor Details

    • RecViewerPrefsCmd

      public RecViewerPrefsCmd()
  • Method Details

    • run

      public void run()
    • main

      public static void main(String[] args)