vxp
Class StillImagePixelSource

java.lang.Object
  extended byvxp.PixelSource
      extended byvxp.StillImagePixelSource

public class StillImagePixelSource
extends PixelSource

Author:
Dan O'Sullivan Not sure I actually wrote this one yet.

Field Summary
 
Fields inherited from class vxp.PixelSource
kHeight, kWidth, vidWidth
 
Constructor Summary
StillImagePixelSource(int pw, int ph, java.awt.Image _image)
           
 
Methods inherited from class vxp.PixelSource
addVideoListener, getArray, getColorOrder, getDeviceList, getDeviceName, getImage, getImage, getPixel, getPixel, getPixel, getPixelArray, getPixelArray, getPixelBrightness, getVideoHeight, getVideoWidth, grabFrame, idleIt, killSession, setDevice, setDevice, setImageType, setImageType, setInput, setNativeArrays, setPixel, setPixel, setPixel, setPixel, tellVideoListeners, videoSettings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StillImagePixelSource

public StillImagePixelSource(int pw,
                             int ph,
                             java.awt.Image _image)