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 Capture
FxRobot. capture(java.net.URL url)
Capture
FxRobot. capture(java.nio.file.Path path)
Capture
FxRobot. capture(javafx.geometry.Bounds bounds)
Capture
FxRobot. capture(javafx.geometry.Rectangle2D screenRegion)
Capture
FxRobot. capture(javafx.scene.image.Image image)
Capture
FxRobot. capture(javafx.scene.Node node)
Capture
FxRobotInterface. capture(java.net.URL url)
Capture
FxRobotInterface. capture(java.nio.file.Path path)
Convenience method: Returns aCapture
that supplies theImage
from the image file of the givenPath
.Capture
FxRobotInterface. capture(javafx.geometry.Bounds bounds)
Returns aCapture
that supplies a screenshot using the given bounds.Capture
FxRobotInterface. capture(javafx.geometry.Rectangle2D screenRegion)
Returns aCapture
that supplies a screenshot using the given rectangle's bounds.Capture
FxRobotInterface. capture(javafx.scene.image.Image image)
Convenience method: Returns aCapture
that supplies the givenImage
.Capture
FxRobotInterface. capture(javafx.scene.Node node)
Returns aCapture
that supplies a screenshot using the given node's bounds.
-