de.jreality.tutorial.tool
Class ModelExample
java.lang.Object
de.jreality.tutorial.tool.ModelExample
- All Implemented Interfaces:
- PointDragListener, java.util.EventListener
public class ModelExample
- extends java.lang.Object
- implements PointDragListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelExample
public ModelExample()
throws javax.sound.sampled.UnsupportedAudioFileException,
java.io.IOException
- Throws:
javax.sound.sampled.UnsupportedAudioFileException
java.io.IOException
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