Class dnx.lr.app.ExamineViewer
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.app.ExamineViewer
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.app.Viewer
|
+----dnx.lr.app.BrowserViewer
|
+----dnx.lr.app.ExamineViewer
- public class ExamineViewer
- extends BrowserViewer
-
ExamineViewer()
-
-
frameUpdate(View, long)
-
-
mouseDown(View3D, Event, float, float)
-
-
mouseDrag(View3D, Event, float, float)
-
-
mouseUp(View3D, Event, float, float)
-
ExamineViewer
public ExamineViewer()
mouseDown
public boolean mouseDown(View3D view,
Event e,
float x,
float y)
- Overrides:
- mouseDown in class BrowserViewer
mouseDrag
public boolean mouseDrag(View3D view,
Event e,
float x,
float y)
- Overrides:
- mouseDrag in class BrowserViewer
mouseUp
public boolean mouseUp(View3D view,
Event e,
float x,
float y)
- Overrides:
- mouseUp in class BrowserViewer
frameUpdate
public synchronized void frameUpdate(View view,
long when)
- Overrides:
- frameUpdate in class BrowserViewer
All Packages Class Hierarchy This Package Previous Next Index