|
void | InitBoxPlot (string facsName, float median, float percentile5th, float percentile95th, float minValue, float maxValue) |
| Sets the values of this boxplot so it can be resized with ResizeComponents(float, float) later. More...
|
|
void | ResizeComponents (float globalMinValue, float globalMaxValue) |
| Resizes this boxplot based on the global min and max value of all boxplots in the grid. More...
|
|
void | SetInfoTextActive (bool active) |
| Activates or deactivates the info text box. More...
|
|
override void | OnRaycastEnter () |
| Called on the first frame that this CellexalRaycastable is hit by a CellexalRaycast. More...
|
|
override void | OnRaycastExit () |
| Called on the first frame that this CellexalRaycastable is not hit by a CellexalRaycast anymore. More...
|
|
virtual void | OnRaycastHit (RaycastHit hitInfo, CellexalRaycast raycaster) |
| Called by CellexalRaycast.Update every frame that a raycast hit this target. More...
|
|
|
GameObject | box |
|
GameObject | medianLine |
|
GameObject | verticalWhiskerLine |
|
GameObject | lowerWhisker |
|
GameObject | upperWhisker |
|
TextMeshPro | facsName |
|
GameObject | textParent |
|
TextMeshPro[] | infoTexts |
|
float | median |
|
float | percentile5th |
|
float | percentile95th |
|
float | minValue |
|
float | maxValue |
|
string | facsNameString |
|
UnityEvent | OnActivate |
|
UnityEvent | RaycastEnter |
|
UnityEvent | RaycastExit |
|
bool | canBePushedAndPulled = true |
|
bool | active = true |
|
◆ InitBoxPlot()
void CellexalVR.AnalysisLogic.BoxPlot.InitBoxPlot |
( |
string |
facsName, |
|
|
float |
median, |
|
|
float |
percentile5th, |
|
|
float |
percentile95th, |
|
|
float |
minValue, |
|
|
float |
maxValue |
|
) |
| |
Sets the values of this boxplot so it can be resized with ResizeComponents(float, float) later.
- Parameters
-
facsName | The name of the facs that this boxplot represents. |
median | The median value. |
percentile5th | The 5th percentage value. |
percentile95th | The 95th percentage value. |
minValue | The minimum extreme value. |
maxValue | The maximum extreme value. |
◆ OnRaycastEnter()
override void CellexalVR.AnalysisLogic.BoxPlot.OnRaycastEnter |
( |
| ) |
|
|
virtual |
◆ OnRaycastExit()
override void CellexalVR.AnalysisLogic.BoxPlot.OnRaycastExit |
( |
| ) |
|
|
virtual |
◆ ResizeComponents()
void CellexalVR.AnalysisLogic.BoxPlot.ResizeComponents |
( |
float |
globalMinValue, |
|
|
float |
globalMaxValue |
|
) |
| |
Resizes this boxplot based on the global min and max value of all boxplots in the grid.
- Parameters
-
globalMinValue | The global minimum extreme value. |
globalMaxValue | The global maximum extreme value. |
◆ SetInfoTextActive()
void CellexalVR.AnalysisLogic.BoxPlot.SetInfoTextActive |
( |
bool |
active | ) |
|
Activates or deactivates the info text box.
- Parameters
-
active | True if the info box should be activated, false if it should be deactivated. |
The documentation for this class was generated from the following file:
- cellexalvr_cloudxr/Assets/Scripts/AnalysisLogic/BoxPlot.cs