|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisualize.ImageSaver
public class ImageSaver
The Class ImageSaver
is a small class responsible for rendering the content of the VisCanvas into a PNG-File.
Constructor Summary | |
---|---|
ImageSaver(javax.media.opengl.GL gl,
java.lang.String fileName,
int width,
int height)
Creates a new ImageSaver object and saves the content of the VisCanvas into a PNG-File. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageSaver(javax.media.opengl.GL gl, java.lang.String fileName, int width, int height)
gl
- the Open-GL object.fileName
- the name of the file.width
- the width of the canvas that is going to be saved.height
- the height of the canvas that is going to be saved.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |