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

Constructor Index

 o ExamineViewer()

Method Index

 o frameUpdate(View, long)
 o mouseDown(View3D, Event, float, float)
 o mouseDrag(View3D, Event, float, float)
 o mouseUp(View3D, Event, float, float)

Constructors

 o ExamineViewer
  public ExamineViewer()

Methods

 o mouseDown
  public boolean mouseDown(View3D view,
                           Event e,
                           float x,
                           float y)
Overrides:
mouseDown in class BrowserViewer
 o mouseDrag
  public boolean mouseDrag(View3D view,
                           Event e,
                           float x,
                           float y)
Overrides:
mouseDrag in class BrowserViewer
 o mouseUp
  public boolean mouseUp(View3D view,
                         Event e,
                         float x,
                         float y)
Overrides:
mouseUp in class BrowserViewer
 o frameUpdate
  public synchronized void frameUpdate(View view,
                                       long when)
Overrides:
frameUpdate in class BrowserViewer

All Packages  Class Hierarchy  This Package  Previous  Next  Index