public class JIViewManagerModel extends JIViewManager
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<JSOSubNet,JISubNetInterpolate> |
map |
protected JoglModelScene |
modelScene |
bInit, btnCam, bUpdateScene, gui, icoCamDemo, icoCamFree, icoCamOrbit, iman, initCameraDir, initCameraDirU, initCameraMode, initCameraPos, scene
Constructor and Description |
---|
JIViewManagerModel(org.processmining.visualisation3d.JoglInteractionManager iman,
JoglModelScene scene,
org.processmining.visualisation3d.scene.JSOGraphicalUserInterface gui) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFloatingLabelState() |
java.lang.String |
getGridState() |
boolean |
getShowFloatingLabels() |
boolean |
IsSubNetExpanded(JSOSubNet snet) |
boolean |
keyPressed(org.processmining.visualisation3d.input.JoglInputKeyEvent evt) |
void |
OnVRModeActivated() |
void |
OnVRModeDeactivated() |
void |
SwitchFloatingLabels() |
void |
SwitchGrid() |
void |
ToggleSubNet(JSOSubNet snet,
float speed) |
Dispose, getCameraInteraction, getCameraModelId, getCameraModelName, Init, mousePressed, mouseReleased, ResetCamera, ShouldAnimate, SwitchCameraMode, SwitchCameraMode, SwitchToCameraModeDemo, SwitchToCameraModeFree, SwitchToCameraModeOrbit, SwitchToCameraModeVR, UpdateScene
protected JoglModelScene modelScene
protected java.util.HashMap<JSOSubNet,JISubNetInterpolate> map
public JIViewManagerModel(org.processmining.visualisation3d.JoglInteractionManager iman, JoglModelScene scene, org.processmining.visualisation3d.scene.JSOGraphicalUserInterface gui)
public boolean keyPressed(org.processmining.visualisation3d.input.JoglInputKeyEvent evt)
keyPressed
in class JIViewManager
public java.lang.String getGridState()
public java.lang.String getFloatingLabelState()
public boolean getShowFloatingLabels()
public void SwitchFloatingLabels()
public void SwitchGrid()
public void ToggleSubNet(JSOSubNet snet, float speed)
public boolean IsSubNetExpanded(JSOSubNet snet)
public void OnVRModeActivated()
OnVRModeActivated
in interface IVRModeListener
OnVRModeActivated
in class JIViewManager
public void OnVRModeDeactivated()
OnVRModeDeactivated
in interface IVRModeListener
OnVRModeDeactivated
in class JIViewManager