Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.anim
Class ANIMEncoder

java.lang.Object
  extended by ch.randelshofer.media.anim.ANIMEncoder

public class ANIMEncoder
extends java.lang.Object

ANIMEncoder.

Reference:
Commodore-Amiga, Inc. (1991) Amiga ROM Kernel Reference Manual. Devices. Third Edition. Reading: Addison-Wesley.

Version:
1.0 2010-12-26 Created.
Author:
Werner Randelshofer

Constructor Summary
ANIMEncoder()
           
 
Method Summary
 void write(java.io.File f, BitmapImage img, int camg)
           
 void write(java.io.File f, SEQMovieTrack track, int camg, javax.swing.ProgressMonitor pm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ANIMEncoder

public ANIMEncoder()
Method Detail

write

public void write(java.io.File f,
                  BitmapImage img,
                  int camg)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.io.File f,
                  SEQMovieTrack track,
                  int camg,
                  javax.swing.ProgressMonitor pm)
           throws java.io.IOException
Throws:
java.io.IOException

Copyright 2011-01-06 Werner Randelshofer