public class BasicWorldWindowController extends java.lang.Object implements WorldWindowController, GestureListener
Constructor and Description |
---|
BasicWorldWindowController() |
Modifier and Type | Method and Description |
---|---|
void |
gestureStateChanged(MotionEvent event,
GestureRecognizer recognizer) |
WorldWindow |
getWorldWindow() |
boolean |
onTouchEvent(MotionEvent event) |
void |
setWorldWindow(WorldWindow wwd) |
public WorldWindow getWorldWindow()
getWorldWindow
in interface WorldWindowController
public void setWorldWindow(WorldWindow wwd)
setWorldWindow
in interface WorldWindowController
public boolean onTouchEvent(MotionEvent event)
onTouchEvent
in interface WorldWindowController
public void gestureStateChanged(MotionEvent event, GestureRecognizer recognizer)
gestureStateChanged
in interface GestureListener