|
JMV 0.80 Programmer's Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JMVImageWriter
Class CapturingCanvas3D, using the instructions from the Java3D FAQ pages on how to capture a still image in jpeg format. Original code by: Peter Z. Kunszt Johns Hopkins University Dept of Physics and Astronomy Baltimore MD
Constructor Summary | |
JMVImageWriter()
|
Method Summary | |
static void |
writeImage(javax.media.j3d.Canvas3D canvas,
java.lang.String filename)
Writes a jpeg of the current JMV canvas |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMVImageWriter()
Method Detail |
public static void writeImage(javax.media.j3d.Canvas3D canvas, java.lang.String filename)
canvas
- the Canvas3D from the MainBeanfilename
- the filename to save the jpg as
|
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |