Uses of Class
sc.fiji.snt.viewer.Annotation3D
Packages that use Annotation3D
-
Uses of Annotation3D in sc.fiji.snt.analysis
Constructor parameters in sc.fiji.snt.analysis with type arguments of type Annotation3DModifierConstructorDescriptionAnnotationMapper(Collection<Annotation3D> annotations) Constructs an AnnotationMapper for the specified collection of 3D annotations. -
Uses of Annotation3D in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return Annotation3DModifier and TypeMethodDescriptionViewer3D.annotateLine(Collection<? extends SNTPoint> points, String label) Adds a line annotation to this viewer.Viewer3D.annotateMidPlane(BoundingBox boundingBox, int axis, String label) Viewer3D.annotatePlane(SNTPoint origin, SNTPoint originOpposite, String label) Viewer3D.annotatePoint(SNTPoint point, String label) Adds a highlighting point annotation to this viewer.Viewer3D.annotatePoint(SNTPoint node, String label, String color, float size) Adds a highlighting point annotation to this viewer.Viewer3D.annotatePoints(Collection<? extends SNTPoint> points, String label) Adds a scatter (point cloud) annotation to this viewer.Viewer3D.annotateSurface(Collection<? extends SNTPoint> points, String label) Viewer3D.annotateSurface(Collection<? extends SNTPoint> points, String label, boolean computeVolume) Computes a convex hull from a collection of points and adds it to the scene as an annotation.Viewer3D.getAnnotation(String label) Gets the annotation associated with the specified label.Viewer3D.mergeAnnotations(Collection<Annotation3D> annotations, String label) Merges a collection of annotations into a single object.Methods in sc.fiji.snt.viewer that return types with arguments of type Annotation3DModifier and TypeMethodDescriptionViewer3D.getAnnotations()Returns all annotations added to this viewer.Methods in sc.fiji.snt.viewer with parameters of type Annotation3DModifier and TypeMethodDescriptionbooleanViewer3D.removeAnnotation(Annotation3D annot) Removes the specified annotation from the viewer.Method parameters in sc.fiji.snt.viewer with type arguments of type Annotation3DModifier and TypeMethodDescriptionViewer3D.mergeAnnotations(Collection<Annotation3D> annotations, String label) Merges a collection of annotations into a single object.Constructor parameters in sc.fiji.snt.viewer with type arguments of type Annotation3DModifierConstructorDescriptionprotectedAnnotation3D(Viewer3D viewer, Collection<Annotation3D> annotations)