de.jreality.tutorial.tool
Class ModelExample
java.lang.Object
de.jreality.tutorial.tool.ModelExample
- All Implemented Interfaces:
- PointDragListener, EventListener
public class ModelExample
- extends Object
- implements PointDragListener
ModelExample
public ModelExample()
throws UnsupportedAudioFileException,
IOException
- Throws:
UnsupportedAudioFileException
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(String[] args)
throws UnsupportedAudioFileException,
IOException
- Throws:
UnsupportedAudioFileException
IOException