Module org.testfx

Class CaptureSupportImpl

    • Constructor Detail

      • CaptureSupportImpl

        public CaptureSupportImpl​(BaseRobot baseRobot)
    • Method Detail

      • captureNode

        public javafx.scene.image.Image captureNode​(javafx.scene.Node node)
        Description copied from interface: CaptureSupport
        Returns a snapshot of the node.
        Specified by:
        captureNode in interface CaptureSupport
      • captureRegion

        public javafx.scene.image.Image captureRegion​(javafx.geometry.Rectangle2D region)
        Description copied from interface: CaptureSupport
        Returns a screenshot of the given region.
        Specified by:
        captureRegion in interface CaptureSupport
      • loadImage

        public javafx.scene.image.Image loadImage​(Path path)
        Description copied from interface: CaptureSupport
        Loads the image file from the given path.
        Specified by:
        loadImage in interface CaptureSupport
      • saveImage

        public void saveImage​(javafx.scene.image.Image image,
                              Path path)
        Description copied from interface: CaptureSupport
        Saves the given image to the given path.
        Specified by:
        saveImage in interface CaptureSupport
      • annotateImage

        public javafx.scene.image.Image annotateImage​(javafx.scene.shape.Shape shape,
                                                      javafx.scene.image.Image image)
        Description copied from interface: CaptureSupport
        NOT YET IMPLEMENTED
        Specified by:
        annotateImage in interface CaptureSupport