public class ImgProducer extends Producer
imgCounter, itsFps, itsFrameDuration, itsHeight, itsPathPlotter, itsWidth, outFile, outPath
Constructor and Description |
---|
ImgProducer(java.io.File aFile,
int wid,
int hei,
long frameDur)
Constructor for the ImgProducer class.
|
Modifier and Type | Method and Description |
---|---|
void |
addFrame(java.awt.image.BufferedImage rendImg)
adds the frame
|
void |
finalizeImg() |
static void |
main(java.lang.String[] args) |
close, configure, getItsRenderer, getSubImage, getSubRect, initializeOutput, setFps, setItsRenderer, setSubRect, setTimeBetween
public ImgProducer(java.io.File aFile, int wid, int hei, long frameDur) throws java.lang.Exception
java.lang.Exception
public void finalizeImg() throws java.lang.Exception
java.lang.Exception
public void addFrame(java.awt.image.BufferedImage rendImg) throws java.lang.Exception
Producer
public static void main(java.lang.String[] args)
RH, 2017