public interface IScreenshotKeyController
Modifier and Type | Interface and Description |
---|---|
static interface |
IScreenshotKeyController.IScreenshotEventListener |
Modifier and Type | Method and Description |
---|---|
void |
addListener(IScreenshotKeyController.IScreenshotEventListener listener) |
String |
getFilename() |
void |
screenshot(Chart chart,
String filename) |
void |
setFilename(String filename) |
String getFilename()
void setFilename(String filename)
void screenshot(Chart chart, String filename) throws IOException
IOException
void addListener(IScreenshotKeyController.IScreenshotEventListener listener)
Copyright © 2018. All rights reserved.