|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenshotEngine
A class implementing this interface is able to produce screenshots of the current scene thread sefely.
| Method Summary | |
|---|---|
java.io.File |
takeScreenshot(boolean alpha)
Takes a screenshot of the current rendering of the first added Canvas3D. |
void |
takeScreenshot(java.io.File file,
boolean alpha)
Takes a screenshot of the current rendering. |
java.io.File |
takeScreenshot(java.lang.String filenameBase,
boolean alpha)
Takes a screenshot of the current rendering. |
| Method Detail |
|---|
void takeScreenshot(java.io.File file,
boolean alpha)
file - the file to save the screenshot toalpha - with alpha channel?
java.io.File takeScreenshot(java.lang.String filenameBase,
boolean alpha)
filenameBase - 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(boolean alpha)
alpha - with alpha channel?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||