org.opensourcephysics.mediaapps
Class VideoAnalysisApp

java.lang.Object
  extended by org.opensourcephysics.mediaapps.VideoAnalysisApp
All Implemented Interfaces:
InteractiveMouseHandler

public class VideoAnalysisApp
extends java.lang.Object
implements InteractiveMouseHandler

Title: VideoAnalysisApp Description: This draws graphs of x vs t and y vs t for points that are marked by clicking on the video.

Version:
1.0
Author:
Douglas Brown

Constructor Summary
VideoAnalysisApp()
          Contructs a VideoAnalysisApp object
 
Method Summary
 void handleMouseAction(InteractivePanel panel, java.awt.event.MouseEvent e)
          Implements InteractiveMouseHandler
static void main(java.lang.String[] args)
          Main method for entry into this application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoAnalysisApp

public VideoAnalysisApp()
Contructs a VideoAnalysisApp object

Method Detail

handleMouseAction

public void handleMouseAction(InteractivePanel panel,
                              java.awt.event.MouseEvent e)
Implements InteractiveMouseHandler

Specified by:
handleMouseAction in interface InteractiveMouseHandler
Parameters:
panel - the interactive drawing panel
e - the mouse event

main

public static void main(java.lang.String[] args)
Main method for entry into this application

Parameters:
args - the array of input arguments