Uses of Enum Class
sc.fiji.snt.viewer.Viewer3D.RotationAxis
Packages that use Viewer3D.RotationAxis
-
Uses of Viewer3D.RotationAxis in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return Viewer3D.RotationAxisModifier and TypeMethodDescriptionstatic Viewer3D.RotationAxisViewer3D.RotationAxis.fromString(String text) Viewer3D.getAnimationAxis()Gets the current rotation axis for the live animation.static Viewer3D.RotationAxisReturns the enum constant of this class with the specified name.static Viewer3D.RotationAxis[]Viewer3D.RotationAxis.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.RotationAxisModifier and TypeMethodDescriptionvoidViewer3D.recordRotation(float angle, int frames, File destinationDirectory, Viewer3D.RotationAxis axis) Records an animated rotation of the scene around the specified axis as a sequence of images.voidViewer3D.setAnimationAxis(Viewer3D.RotationAxis axis) Sets the rotation axis for the live animation (double-click spin).