SciViewSNT Class Documentation#

Package: sc.fiji.snt

Bridges SNT to SciView, allowing Trees to be rendered as scenery objects

Methods#

Getters Methods#

getSciView()#

Gets the SciView instance currently in use.

getTreeAsSceneryNode(Tree)#

Gets the specified Tree as a Scenery Node.

Setters Methods#

setSciView(SciView)#

Sets the SciView to be used.

Other Methods#

addTree(Tree)#

Adds a tree to the associated SciView instance. A new SciView instance is automatically instantiated if setSciView(SciView) has not been called.

static main(String;)
removeTree(Tree)#

Removes the specified Tree.

syncPathManagerList()#

(Re)loads the current list of Paths in the Path Manager list.

See Also#