Uses of Interface
org.testfx.service.support.Capture
-
Packages that use Capture Package Description org.testfx.api -
-
Uses of Capture in org.testfx.api
Methods in org.testfx.api that return Capture Modifier and Type Method Description CaptureFxRobot. capture(java.net.URL url)CaptureFxRobot. capture(java.nio.file.Path path)CaptureFxRobot. capture(javafx.geometry.Bounds bounds)CaptureFxRobot. capture(javafx.geometry.Rectangle2D screenRegion)CaptureFxRobot. capture(javafx.scene.image.Image image)CaptureFxRobot. capture(javafx.scene.Node node)CaptureFxRobotInterface. capture(java.net.URL url)CaptureFxRobotInterface. capture(java.nio.file.Path path)Convenience method: Returns aCapturethat supplies theImagefrom the image file of the givenPath.CaptureFxRobotInterface. capture(javafx.geometry.Bounds bounds)Returns aCapturethat supplies a screenshot using the given bounds.CaptureFxRobotInterface. capture(javafx.geometry.Rectangle2D screenRegion)Returns aCapturethat supplies a screenshot using the given rectangle's bounds.CaptureFxRobotInterface. capture(javafx.scene.image.Image image)Convenience method: Returns aCapturethat supplies the givenImage.CaptureFxRobotInterface. capture(javafx.scene.Node node)Returns aCapturethat supplies a screenshot using the given node's bounds.
-