de.jreality.tutorial.tool
Class ModelExample

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

public class ModelExample
extends java.lang.Object
implements PointDragListener


Constructor Summary
ModelExample()
           
 
Method Summary
static void main(java.lang.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 javax.sound.sampled.UnsupportedAudioFileException,
                    java.io.IOException
Throws:
javax.sound.sampled.UnsupportedAudioFileException
java.io.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(java.lang.String[] args)
                 throws javax.sound.sampled.UnsupportedAudioFileException,
                        java.io.IOException
Throws:
javax.sound.sampled.UnsupportedAudioFileException
java.io.IOException