Uses of Interface
org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController
-
Packages that use IScreenshotKeyController Package Description org.jzy3d.chart org.jzy3d.chart.controllers.keyboard.screenshot org.jzy3d.chart.factories org.jzy3d.chart.factories.bridged -
-
Uses of IScreenshotKeyController in org.jzy3d.chart
Fields in org.jzy3d.chart declared as IScreenshotKeyController Modifier and Type Field Description protected IScreenshotKeyController
Chart. screenshotKey
Methods in org.jzy3d.chart that return IScreenshotKeyController Modifier and Type Method Description IScreenshotKeyController
Chart. addKeyboardScreenshotController()
IScreenshotKeyController
Chart. getScreenshotKey()
-
Uses of IScreenshotKeyController in org.jzy3d.chart.controllers.keyboard.screenshot
Classes in org.jzy3d.chart.controllers.keyboard.screenshot that implement IScreenshotKeyController Modifier and Type Class Description class
AbstractScreenshotKeyController
class
AWTScreenshotKeyController
Saves a screenshot in PNG format once key S is pressed.class
NewtScreenshotKeyController
Saves a screenshot in PNG format once key S is pressed. -
Uses of IScreenshotKeyController in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IScreenshotKeyController Modifier and Type Method Description IScreenshotKeyController
AWTPainterFactory. newKeyboardScreenshotController(Chart chart)
Output file of screenshot can be configured usingsetFilename(String)
.IScreenshotKeyController
EmulGLPainterFactory. newKeyboardScreenshotController(Chart chart)
IScreenshotKeyController
IPainterFactory. newKeyboardScreenshotController(Chart chart)
IScreenshotKeyController
NewtPainterFactory. newKeyboardScreenshotController(Chart chart)
IScreenshotKeyController
SWTPainterFactory. newKeyboardScreenshotController(Chart chart)
Output file of screenshot can be configured usingsetFilename(String)
. -
Uses of IScreenshotKeyController in org.jzy3d.chart.factories.bridged
Methods in org.jzy3d.chart.factories.bridged that return IScreenshotKeyController Modifier and Type Method Description IScreenshotKeyController
SWTBridgePainterFactory. newKeyboardScreenshotController(Chart chart)
Output file of screenshot can be configured usingsetFilename(String)
.
-