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 CaptureSupport
FxAssertContext. captureSupport
private CaptureSupport
FxRobotContext. captureSupport
private CaptureSupport
FxServiceContext. captureSupport
Methods in org.testfx.api that return CaptureSupport Modifier and Type Method Description CaptureSupport
FxAssertContext. getCaptureSupport()
CaptureSupport
FxRobotContext. getCaptureSupport()
CaptureSupport
FxServiceContext. getCaptureSupport()
Methods in org.testfx.api with parameters of type CaptureSupport Modifier and Type Method Description void
FxAssertContext. 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 class
CaptureSupportImpl
-
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.
-