public AddFrame ( Image im, int x, int y ) : bool | ||
im | Image | BufferedImage containing frame to write. |
x | int | The horizontal position of the frame |
y | int | The vertical position of the frame |
return | bool |
finish()
flushes all frames. If setSize
was not invoked, the size of the first image is used for all subsequent frames. public AddFrame ( Image im, int x, int y ) : bool | ||
im | Image | BufferedImage containing frame to write. |
x | int | The horizontal position of the frame |
y | int | The vertical position of the frame |
return | bool |