javax.media.util
Class BufferToImage

java.lang.Object
  extended by net.sf.fmj.media.util.BufferToImage
      extended by javax.media.util.BufferToImage

public class BufferToImage
extends BufferToImage

Standard JMF class -- see this class in the JMF Javadoc. In progress. We implement in FMJ and extend, because if JMF is (ahead) in the classpath, its BufferToImage would be used even for FMJ classes like SimpleAWTRenderer. It fails on 4harmonic.mpg.

Author:
Ken Larson

Constructor Summary
BufferToImage(VideoFormat format)
           
 
Method Summary
 
Methods inherited from class net.sf.fmj.media.util.BufferToImage
createBufferedImage, createImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferToImage

public BufferToImage(VideoFormat format)