Uses of Enum Class
sc.fiji.snt.viewer.Viewer3D.AnimationMode
Packages that use Viewer3D.AnimationMode
-
Uses of Viewer3D.AnimationMode in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return Viewer3D.AnimationModeModifier and TypeMethodDescriptionViewer3D.getAnimationMode()Gets the current animation mode.static Viewer3D.AnimationModeReturns the enum constant of this class with the specified name.static Viewer3D.AnimationMode[]Viewer3D.AnimationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.viewer with parameters of type Viewer3D.AnimationModeModifier and TypeMethodDescriptionvoidViewer3D.setAnimationMode(Viewer3D.AnimationMode mode) Sets the animation mode for both live (double-click) and recorded rotations.