Interface IScreenshotKeyController
-
- All Known Implementing Classes:
AbstractScreenshotKeyController
,AWTScreenshotKeyController
,NewtScreenshotKeyController
public interface IScreenshotKeyController
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IScreenshotKeyController.IScreenshotEventListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(IScreenshotKeyController.IScreenshotEventListener listener)
String
getFilename()
void
screenshot(Chart chart, String filename)
void
setFilename(String filename)
-
-
-
Method Detail
-
getFilename
String getFilename()
-
setFilename
void setFilename(String filename)
-
screenshot
void screenshot(Chart chart, String filename) throws IOException
- Throws:
IOException
-
addListener
void addListener(IScreenshotKeyController.IScreenshotEventListener listener)
-
-