Uses of Interface
org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController
Packages that use IScreenshotKeyController
Package
Description
-
Uses of IScreenshotKeyController in org.jzy3d.chart
Fields in org.jzy3d.chart declared as IScreenshotKeyControllerMethods in org.jzy3d.chart that return IScreenshotKeyControllerModifier and TypeMethodDescriptionChart.addKeyboardScreenshotController()Chart.getScreenshotKey() -
Uses of IScreenshotKeyController in org.jzy3d.chart.controllers.keyboard.screenshot
Classes in org.jzy3d.chart.controllers.keyboard.screenshot that implement IScreenshotKeyControllerModifier and TypeClassDescriptionclassclassSaves a screenshot in PNG format once key S is pressed.classSaves 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 IScreenshotKeyControllerModifier and TypeMethodDescriptionAWTPainterFactory.newKeyboardScreenshotController(Chart chart) Output file of screenshot can be configured usingsetFilename(String).EmulGLPainterFactory.newKeyboardScreenshotController(Chart chart) IPainterFactory.newKeyboardScreenshotController(Chart chart) NewtPainterFactory.newKeyboardScreenshotController(Chart chart) 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 IScreenshotKeyControllerModifier and TypeMethodDescriptionSWTBridgePainterFactory.newKeyboardScreenshotController(Chart chart) Output file of screenshot can be configured usingsetFilename(String). -
Uses of IScreenshotKeyController in org.jzy3d.javafx.offscreen
Methods in org.jzy3d.javafx.offscreen that return IScreenshotKeyControllerModifier and TypeMethodDescriptionJavaFXOffscreenPainterFactory.newKeyboardScreenshotController(Chart chart) TODO : replace by a JavaFXScreenshotKeyController