org.opensourcephysics.mediaapps
Class LineProfileApp

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

public class LineProfileApp
extends java.lang.Object
implements InteractiveMouseHandler

Title: LineProfileApp Description: An application to demonstrate the use of the org.opensourcephysics.media.TLineProfile class.

Version:
1.0
Author:
Douglas Brown

Constructor Summary
LineProfileApp()
          Contructs a LineProfileApp
 
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

LineProfileApp

public LineProfileApp()
Contructs a LineProfileApp

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 - an array of input arguments