lhmc.plugins
Class MPlayerPlugin

java.lang.Object
  extended by lhmc.plugins.Plugin
      extended by lhmc.plugins.MPlayerPlugin

public class MPlayerPlugin
extends Plugin

MPlayerPlugin executes a single video file in fullscreen

Version:
0.01 29 Mar 2007
Author:
Cristina Roura Claver

Field Summary
protected  java.awt.GraphicsDevice device
           
protected  java.awt.Window mainWindow
           
 
Fields inherited from class lhmc.plugins.Plugin
backupFrame, mainFrame
 
Method Summary
 void play(java.net.URL file)
          Plays a video file.
 void playAll(java.net.URL file)
          Executes a directory.
 
Methods inherited from class lhmc.plugins.Plugin
setMainFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

protected java.awt.GraphicsDevice device

mainWindow

protected java.awt.Window mainWindow
Method Detail

play

public void play(java.net.URL file)
Plays a video file.

Specified by:
play in class Plugin
Parameters:
file - the url video file to execute.

playAll

public void playAll(java.net.URL file)
Description copied from class: Plugin
Executes a directory.

Specified by:
playAll in class Plugin
Parameters:
file - the url directory to execute.