Uses of Class
sc.fiji.snt.viewer.Viewer3D
Packages that use Viewer3D
Package
Description
SNT core classes
Customizations and commands for SNT's GUI.
Scijava-based GUIs for SNT built-in commands.
Visualization of reconstructions
-
Uses of Viewer3D in sc.fiji.snt
Fields in sc.fiji.snt declared as Viewer3DMethods in sc.fiji.snt that return Viewer3DModifier and TypeMethodDescriptionSNTUI.getReconstructionViewer(boolean initializeIfNull) Gets the Reconstruction Viewer.SNTService.getRecViewer()Returns a reference to the active Reconstruction Viewer (either stand-alone or SNT-associated instance).SNTService.getRecViewer(int id) Returns a reference to an opened Reconstruction Viewer (standalone instance)SNTService.newRecViewer(boolean guiControls) Instantiates a new standalone Reconstruction Viewer.Tree.show3D()Displays this Tree in Viewer3D.Methods in sc.fiji.snt that return types with arguments of type Viewer3DMethods in sc.fiji.snt with parameters of type Viewer3DModifier and TypeMethodDescriptionstatic voidstatic voidSNTUtils.removeViewer(Viewer3D viewer) protected voidSNTUI.setReconstructionViewer(Viewer3D recViewer) -
Uses of Viewer3D in sc.fiji.snt.gui
Constructors in sc.fiji.snt.gui with parameters of type Viewer3DModifierConstructorDescriptionSNTCommandFinder(Viewer3D viewer3D) Constructs a new SNTCommandFinder for the specified Viewer3D instance. -
Uses of Viewer3D in sc.fiji.snt.gui.cmds
Methods in sc.fiji.snt.gui.cmds with parameters of type Viewer3DModifier and TypeMethodDescriptionprotected voidCommonDynamicCmd.notifyLoadingEnd(Viewer3D recViewer) protected voidCommonDynamicCmd.notifyLoadingStart(Viewer3D recViewer) -
Uses of Viewer3D in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return Viewer3DModifier and TypeMethodDescriptionViewer3D.duplicate()Creates a duplicate of this viewer containing only visible objects.static Viewer3DConvenience factory that creates a viewer, adds the given object, and displays it.Methods in sc.fiji.snt.viewer that return types with arguments of type Viewer3DConstructors in sc.fiji.snt.viewer with parameters of type Viewer3DModifierConstructorDescriptionprotectedAnnotation3D(Viewer3D viewer, Collection<? extends SNTPoint> points, int type) protectedAnnotation3D(Viewer3D viewer, Collection<Annotation3D> annotations) protectedAnnotation3D(Viewer3D viewer, SNTPoint point) Constructor parameters in sc.fiji.snt.viewer with type arguments of type Viewer3DModifierConstructorDescriptionMultiViewer3D(List<Viewer3D> viewers) Assembles a multi-panel viewer from a list of viewers (1 per panel)