|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnvScreenshotEngine
A class implementing this interface is able to produce screenshots of the current scene thread sefely.
| Method Summary | |
|---|---|
java.io.File |
takeScreenshot(Canvas3D canvas,
boolean alpha)
Takes a screenshot of the current rendering. |
void |
takeScreenshot(Canvas3D canvas,
java.io.File file,
boolean alpha)
Takes a screenshot of the current rendering. |
java.io.File |
takeScreenshot(Canvas3D canvas,
java.lang.String filenameBase,
boolean alpha)
Takes a screenshot of the current rendering. |
| Methods inherited from interface org.xith3d.utility.screenshots.ScreenshotEngine |
|---|
takeScreenshot, takeScreenshot, takeScreenshot |
| Method Detail |
|---|
void takeScreenshot(Canvas3D canvas,
java.io.File file,
boolean alpha)
canvas - the canvas to take the screenshot fromfile - the file to save the screenshot toalpha - with alpha channel?
java.io.File takeScreenshot(Canvas3D canvas,
java.lang.String filenameBase,
boolean alpha)
canvas - the canvas to take the screenshot fromfilenameBase - the filenameBase to save the screenshot to (e.g. "screens/shot")
The current date and ".png" are appended.alpha - with alpha channel?
java.io.File takeScreenshot(Canvas3D canvas,
boolean alpha)
canvas - the canvas to take the screenshot fromalpha - with alpha channel?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||