Class: TissueViewer

PJP.TissueViewer(PanelName) → {PJP.TissueViewer}

new TissueViewer(PanelName) → {PJP.TissueViewer}

Used for viewing 3D tissue image stacks, it may include clickable points which may provide additional informations and trigger actions on other panels.
Parameters:
Name Type Description
PanelName String Id of the target element to create the PJP.TissueViewer on.
Author:
  • Alan Wu
Source:
Returns:
Type
PJP.TissueViewer

Methods

resetTissuePanel()

Reset the panel and hide all displays
Source:

setTissueTitleString(text)

Set the title string for PJP.TissueViewer.
Parameters:
Name Type Description
text String Tissue viewer title to be set.
Source:

showCollagenVisible()

Display the volume rendering
Source:

(inner) _hoverCellCallback()

Callback function when a pickable object has been hovered over. It will show objecty id/name as tooltip text.
Source:

(async, inner) initialise()

Initialise loading of the page, this is called when the PJP.TissueViewer is created.
Source:

Type Definitions

_pickingCellCallback

Callback function when a pickable object has been picked. It will then call functions in cell panel and model panel to show corresponding informations.
Source: