org.formaria.swing.video
Interface VideoController

All Known Implementing Classes:
ControllerListener

public interface VideoController

Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.

$Revision: 1.5 $


Method Summary
 void destroy()
           
 void loop()
           
 void setFile(java.lang.String fileName)
           
 void setVideoPanel(java.awt.Container video)
           
 void showController(boolean display)
          Display the video controller
 void start()
           
 void stop()
           
 

Method Detail

setVideoPanel

void setVideoPanel(java.awt.Container video)

start

void start()

stop

void stop()

destroy

void destroy()

loop

void loop()

setFile

void setFile(java.lang.String fileName)

showController

void showController(boolean display)
Display the video controller

Parameters:
display - true to display the controller