Uses of Interface
org.testfx.service.query.BoundsQuery
Packages that use BoundsQuery
-
Uses of BoundsQuery in org.testfx.api
Methods in org.testfx.api that return BoundsQueryModifier and TypeMethodDescriptionFxRobot.bounds
(double minX, double minY, double width, double height) <T extends javafx.scene.Node>
BoundsQueryFxRobot.bounds
(javafx.geometry.Bounds bounds) FxRobot.bounds
(javafx.geometry.Point2D point) FxRobot.bounds
(javafx.scene.Node node) FxRobot.bounds
(javafx.scene.Scene scene) FxRobot.bounds
(javafx.stage.Window window) <T extends javafx.scene.Node>
BoundsQueryFxRobot.bounds
(org.hamcrest.Matcher<T> matcher) FxRobotInterface.bounds
(double minX, double minY, double width, double height) NOT YET IMPLEMENTED<T extends javafx.scene.Node>
BoundsQueryNOT YET IMPLEMENTEDFxRobotInterface.bounds
(javafx.geometry.Bounds bounds) Creates aBoundsQuery
that returns the given boundsFxRobotInterface.bounds
(javafx.geometry.Point2D point) FxRobotInterface.bounds
(javafx.scene.Node node) FxRobotInterface.bounds
(javafx.scene.Scene scene) CallsBoundsQueryUtils.boundsOnScreen(Bounds, Scene)
with given scene's boundsFxRobotInterface.bounds
(javafx.stage.Window window) CallsBoundsQueryUtils.boundsOnScreen(Bounds, Window)
with the given window's bounds<T extends javafx.scene.Node>
BoundsQueryFxRobotInterface.bounds
(org.hamcrest.Matcher<T> matcher) NOT YET IMPLEMENTED