de.jreality.tutorial.tool
Class ModelExample

java.lang.Object
  extended by de.jreality.tutorial.tool.ModelExample
All Implemented Interfaces:
PointDragListener, EventListener

public class ModelExample
extends Object
implements PointDragListener


Constructor Summary
ModelExample()
           
 
Method Summary
static void main(String[] args)
           
 void pointDragEnd(PointDragEvent e)
          A drag action with some input device has finished.
 void pointDragged(PointDragEvent e)
          A drag action with some input device has been continued.
 void pointDragStart(PointDragEvent e)
          A drag action with some input device has begun.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelExample

public ModelExample()
             throws UnsupportedAudioFileException,
                    IOException
Throws:
UnsupportedAudioFileException
IOException
Method Detail

pointDragStart

public void pointDragStart(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has begun.

Specified by:
pointDragStart in interface PointDragListener

pointDragged

public void pointDragged(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has been continued.

Specified by:
pointDragged in interface PointDragListener

pointDragEnd

public void pointDragEnd(PointDragEvent e)
Description copied from interface: PointDragListener
A drag action with some input device has finished.

Specified by:
pointDragEnd in interface PointDragListener

main

public static void main(String[] args)
                 throws UnsupportedAudioFileException,
                        IOException
Throws:
UnsupportedAudioFileException
IOException