stac.videoView
Class VideoProjectorPlugin_SWTgrid

java.lang.Object
  extended by stac.videoView.VideoProjectorPlugin
      extended by stac.videoView.VideoProjectorPlugin_SWTgrid

public class VideoProjectorPlugin_SWTgrid
extends VideoProjectorPlugin


Constructor Summary
VideoProjectorPlugin_SWTgrid(java.util.ArrayList<java.lang.Object> params)
           
 
Method Summary
 stac.videoView.VideoProjectorPlugin.VideoDisplay addDisplay(VideoReceiverSlot vr)
           
 stac.videoView.VideoProjectorPlugin.VideoDisplay createVideoDisplay(VideoReceiverSlot vr)
           
 void initGUI()
          Creates the graphical interface components and initialises them
 void registerRendering()
          updates the screen to follow the video stream
 void test(VideoProjectorSlot vcs)
           
 
Methods inherited from class stac.videoView.VideoProjectorPlugin
dispose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoProjectorPlugin_SWTgrid

public VideoProjectorPlugin_SWTgrid(java.util.ArrayList<java.lang.Object> params)
Method Detail

createVideoDisplay

public stac.videoView.VideoProjectorPlugin.VideoDisplay createVideoDisplay(VideoReceiverSlot vr)
Specified by:
createVideoDisplay in class VideoProjectorPlugin

addDisplay

public stac.videoView.VideoProjectorPlugin.VideoDisplay addDisplay(VideoReceiverSlot vr)
Overrides:
addDisplay in class VideoProjectorPlugin

registerRendering

public void registerRendering()
updates the screen to follow the video stream

Specified by:
registerRendering in class VideoProjectorPlugin

initGUI

public void initGUI()
Creates the graphical interface components and initialises them

Specified by:
initGUI in class VideoProjectorPlugin

test

public void test(VideoProjectorSlot vcs)
Specified by:
test in class VideoProjectorPlugin