|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.actions.AbstractInputAction
org.jagatoo.input.actions.AbstractInvokableInputAction
org.jagatoo.input.actions.AbstractLabeledInvokableInputAction
org.xith3d.utility.screenshots.ScreenshotInputAction
public class ScreenshotInputAction
Handles Screenshot generation by hot-key.
| Constructor Summary | |
|---|---|
ScreenshotInputAction(int ordinal,
java.lang.String text,
ScreenshotEngine shotEngine)
Creates a new SchreenshotManager. |
|
ScreenshotInputAction(int ordinal,
java.lang.String text,
ScreenshotEngine shotEngine,
java.lang.String filenameBase)
Creates a new ScreenshotInputAction. |
|
ScreenshotInputAction(ScreenshotEngine shotEngine)
Creates a new SchreenshotManager. |
|
ScreenshotInputAction(ScreenshotEngine shotEngine,
java.lang.String filenameBase)
Creates a new SchreenshotManager. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilenameBase()
|
ScreenshotEngine |
getScreenshotEngine()
|
java.lang.String |
invokeAction(org.jagatoo.input.devices.InputDevice device,
org.jagatoo.input.devices.components.DeviceComponent comp,
int delta,
int state,
long nanoTime)
|
void |
setFilenameBase(java.lang.String filenameBase)
Sets the base filename for the screenshot files. |
void |
setScreenshotEngine(ScreenshotEngine shotEngine)
Sets the ScreenshotEngine to use for screenshot generation. |
| Methods inherited from class org.jagatoo.input.actions.AbstractLabeledInvokableInputAction |
|---|
getLocalizedText, getText |
| Methods inherited from class org.jagatoo.input.actions.AbstractInputAction |
|---|
ordinal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jagatoo.input.actions.InputAction |
|---|
ordinal |
| Constructor Detail |
|---|
public ScreenshotInputAction(int ordinal,
java.lang.String text,
ScreenshotEngine shotEngine,
java.lang.String filenameBase)
ordinal - text - shotEngine - the ScreenshotEngine to use for screenshot generationfilenameBase - the filename-base for the screenshot file names
public ScreenshotInputAction(ScreenshotEngine shotEngine,
java.lang.String filenameBase)
shotEngine - the ScreenshotEngine to use for screenshot generation
public ScreenshotInputAction(int ordinal,
java.lang.String text,
ScreenshotEngine shotEngine)
ordinal - text - shotEngine - the ScreenshotEngine to use for screenshot generationpublic ScreenshotInputAction(ScreenshotEngine shotEngine)
shotEngine - the ScreenshotEngine to use for screenshot generation| Method Detail |
|---|
public java.lang.String invokeAction(org.jagatoo.input.devices.InputDevice device,
org.jagatoo.input.devices.components.DeviceComponent comp,
int delta,
int state,
long nanoTime)
throws org.jagatoo.input.InputSystemException
org.jagatoo.input.InputSystemExceptionpublic void setScreenshotEngine(ScreenshotEngine shotEngine)
shotEngine - the ScreenshotEngine to use for screenshot generationpublic final ScreenshotEngine getScreenshotEngine()
public void setFilenameBase(java.lang.String filenameBase)
filenameBase - public final java.lang.String getFilenameBase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||