Uses of Class
javafx.scene.image.WritableImage
| Package | Description | 
|---|---|
| javafx.embed.swing | Provides the set of classes to use JavaFX inside Swing applications. | 
| javafx.scene | Provides the core set of base
classes for the JavaFX Scene Graph API. | 
| javafx.scene.robot | Provides API for simulating user interaction such as typing keys on the keyboard and using the mouse. | 
- 
Uses of WritableImage in javafx.embed.swingMethods in javafx.embed.swing that return WritableImage Modifier and Type Method Description static WritableImageSwingFXUtils. toFXImage(BufferedImage bimg, WritableImage wimg)Snapshots the specifiedBufferedImageand stores a copy of its pixels into a JavaFXImageobject, creating a new object if needed.Methods in javafx.embed.swing with parameters of type WritableImage Modifier and Type Method Description static WritableImageSwingFXUtils. toFXImage(BufferedImage bimg, WritableImage wimg)Snapshots the specifiedBufferedImageand stores a copy of its pixels into a JavaFXImageobject, creating a new object if needed.
- 
Uses of WritableImage in javafx.sceneMethods in javafx.scene that return WritableImage Modifier and Type Method Description WritableImageSnapshotResult. getImage()Gets the image generated by the snapshot operation.WritableImageNode. snapshot(SnapshotParameters params, WritableImage image)Takes a snapshot of this node and returns the rendered image when it is ready.WritableImageScene. snapshot(WritableImage image)Takes a snapshot of this scene and returns the rendered image when it is ready.Methods in javafx.scene with parameters of type WritableImage Modifier and Type Method Description WritableImageNode. snapshot(SnapshotParameters params, WritableImage image)Takes a snapshot of this node and returns the rendered image when it is ready.voidNode. snapshot(Callback<SnapshotResult,Void> callback, SnapshotParameters params, WritableImage image)Takes a snapshot of this node at the next frame and calls the specified callback method when the image is ready.WritableImageScene. snapshot(WritableImage image)Takes a snapshot of this scene and returns the rendered image when it is ready.voidScene. snapshot(Callback<SnapshotResult,Void> callback, WritableImage image)Takes a snapshot of this scene at the next frame and calls the specified callback method when the image is ready.
- 
Uses of WritableImage in javafx.scene.robotMethods in javafx.scene.robot that return WritableImage Modifier and Type Method Description WritableImageRobot. getScreenCapture(WritableImage image, double x, double y, double width, double height)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, double x, double y, double width, double height, boolean scaleToFit)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, Rectangle2D region)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, Rectangle2D region, boolean scaleToFit)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.Methods in javafx.scene.robot with parameters of type WritableImage Modifier and Type Method Description WritableImageRobot. getScreenCapture(WritableImage image, double x, double y, double width, double height)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, double x, double y, double width, double height, boolean scaleToFit)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, Rectangle2D region)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.WritableImageRobot. getScreenCapture(WritableImage image, Rectangle2D region, boolean scaleToFit)Returns aWritableImagecontaining the specified rectangular area relative to the primary screen.