Uses of Interface
org.testfx.service.support.CaptureSupport
-
Packages that use CaptureSupport Package Description org.testfx.api org.testfx.service.support.impl org.testfx.util -
-
Uses of CaptureSupport in org.testfx.api
Fields in org.testfx.api declared as CaptureSupport Modifier and Type Field Description private CaptureSupportFxAssertContext. captureSupportprivate CaptureSupportFxRobotContext. captureSupportprivate CaptureSupportFxServiceContext. captureSupportMethods in org.testfx.api that return CaptureSupport Modifier and Type Method Description CaptureSupportFxAssertContext. getCaptureSupport()CaptureSupportFxRobotContext. getCaptureSupport()CaptureSupportFxServiceContext. getCaptureSupport()Methods in org.testfx.api with parameters of type CaptureSupport Modifier and Type Method Description voidFxAssertContext. setCaptureSupport(CaptureSupport captureSupport) -
Uses of CaptureSupport in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement CaptureSupport Modifier and Type Class Description classCaptureSupportImpl -
Uses of CaptureSupport in org.testfx.util
Methods in org.testfx.util that return types with arguments of type CaptureSupport Modifier and Type Method Description static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureBounds(javafx.geometry.Bounds bounds)static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureBounds(javafx.geometry.Rectangle2D bounds)static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureNode(javafx.scene.Node node)static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureScreenshot()static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureScreenshot(int screenIndex)static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureScreenshot(javafx.stage.Screen screen)static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureWindow()Captures the registered stage.static java.util.function.Function<CaptureSupport,javafx.scene.image.Image>DebugUtils. captureWindow(javafx.stage.Window window)Method parameters in org.testfx.util with type arguments of type CaptureSupport Modifier and Type Method Description static java.util.function.Function<java.lang.StringBuilder,java.lang.StringBuilder>DebugUtils. saveTestImage(java.util.function.Function<CaptureSupport,javafx.scene.image.Image> captureImage, java.util.function.Supplier<java.nio.file.Path> capturedImagePath, java.lang.String indent)Saves the captured image to the supplied path.
-