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, unregisterSubControllergetHeight, getPosition, getU0, getV0, getWidth, inRange, setPosition, setPositiondisable, enable, isEnabled, setEnabledequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmouseDoubleClick, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelpublic Controller(boolean verbose)
verbose - the verbosepublic void setup()
setup in interface usf.saav.common.mvc.BasicComponentsetup in class usf.saav.common.mvc.ControllerComponent.Subcontrollerpublic 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.BasicComponentupdate in class usf.saav.common.mvc.ControllerComponent.Subcontrollerpublic void contourTreeUpdate()
public boolean keyPressed(char key)
keyPressed in interface usf.saav.common.mvc.ControllerComponentkeyPressed in class usf.saav.common.mvc.ControllerComponent.Subcontroller