public class SingleScalarFieldView.Controller
extends usf.saav.common.mvc.ControllerComponent.Subcontroller
implements usf.saav.common.mvc.ControllerComponent
Constructor and Description |
---|
Controller(boolean verbose)
Instantiates a new controller.
|
Modifier and Type | Method and Description |
---|---|
void |
contourTreeUpdate()
Contour tree update.
|
boolean |
keyPressed(char key) |
void |
need_pdd_update()
Need pdd update.
|
void |
setMouseMode(AlmaGui.MouseMode mm)
Sets the mouse mode.
|
void |
setup() |
void |
setViewMode(AlmaGui.ViewMode vm)
Sets the view mode.
|
void |
setViewRefresh()
Sets the view refresh.
|
void |
simp_sf2d_update()
Simp sf 2 d update.
|
void |
simp_sf3d_update()
Simp sf 3 d update.
|
void |
single_line_update(int[] _p)
Single line update.
|
void |
update() |
mouseDoubleClick, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheel, registerSubController, unregisterSubController
getHeight, getPosition, getU0, getV0, getWidth, inRange, setPosition, setPosition
disable, enable, isEnabled, setEnabled
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseDoubleClick, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheel
public Controller(boolean verbose)
verbose
- the verbosepublic void setup()
setup
in interface usf.saav.common.mvc.BasicComponent
setup
in class usf.saav.common.mvc.ControllerComponent.Subcontroller
public void single_line_update(int[] _p)
_p
- the ppublic void setViewRefresh()
public void simp_sf2d_update()
public void simp_sf3d_update()
public void setViewMode(AlmaGui.ViewMode vm)
vm
- the new view modepublic void need_pdd_update()
public void setMouseMode(AlmaGui.MouseMode mm)
mm
- the new mouse modepublic void update()
update
in interface usf.saav.common.mvc.BasicComponent
update
in class usf.saav.common.mvc.ControllerComponent.Subcontroller
public void contourTreeUpdate()
public boolean keyPressed(char key)
keyPressed
in interface usf.saav.common.mvc.ControllerComponent
keyPressed
in class usf.saav.common.mvc.ControllerComponent.Subcontroller