MultiViewer2D Class Documentation#
Package: sc.fiji.snt.viewer
Class for rendering montages of Trees as 2D plots that can be exported as SVG, PNG or PDF.
Methods#
Setters Methods#
- setAxesVisible(boolean)#
- setColorBarLegend(String, double, double)#
- setGridlinesVisible(boolean)#
- setLabel(String)#
- setLayoutColumns(int)#
- setOutlineVisible(boolean)#
- setTitle(String)#
Sets the title of this Viewerâs frame.
- setXrange(double, double)#
Sets a manual range for the viewersâ X-axis. Calling setXrange(-1, -1) enables auto-range (the default). Must be called before Viewer is fully assembled.
- setYrange(double, double)#
Sets a manual range for the viewersâ Y-axis. Calling setYrange(-1, -1) enables auto-range (the default). Must be called before Viewer is fully assembled.
Visualization Methods#
- show()#
I/O Operations Methods#
- save(String)#
Other Methods#
- static main(String;)