Package sc.fiji.snt.viewer
Class MultiViewer3D
java.lang.Object
sc.fiji.snt.viewer.MultiViewer3D
Class for rendering individual
Viewer3Ds as a multi-panel montage.- Author:
- Tiago Ferreira
-
Constructor Summary
ConstructorsConstructorDescriptionMultiViewer3D(Collection<Tree> trees) Assembles a multi-panel viewer from a list of trees (1 per panel)MultiViewer3D(List<Viewer3D> viewers) Assembles a multi-panel viewer from a list of viewers (1 per panel) -
Method Summary
Modifier and TypeMethodDescription<T extends ColorMapper>
voidaddColorBarLegend(T colorMapper) static voidvoidsetAnimationEnabled(boolean enabled) voidsetGap(int gap) voidvoidsetLayoutColumns(int cols) voidSets the title of the Viewer's frame.voidsetViewMode(Viewer3D.ViewMode view) show()viewers()
-
Constructor Details
-
MultiViewer3D
Assembles a multi-panel viewer from a list of viewers (1 per panel)- Parameters:
viewers- the list of Viewers
-
MultiViewer3D
Assembles a multi-panel viewer from a list of trees (1 per panel)- Parameters:
trees- the group of trees
-
-
Method Details
-
viewers
-
addColorBarLegend
-
setAnimationEnabled
public void setAnimationEnabled(boolean enabled) -
setViewMode
-
setLabels
-
setLayoutColumns
public void setLayoutColumns(int cols) -
show
-
setTitle
Sets the title of the Viewer's frame.- Parameters:
title- the viewer's title.
-
setGap
public void setGap(int gap) -
main
-