| Package | Description |
|---|---|
| org.testfx.api |
| Modifier and Type | Method and Description |
|---|---|
BoundsQuery |
FxRobot.bounds(javafx.geometry.Bounds bounds) |
BoundsQuery |
FxRobotInterface.bounds(javafx.geometry.Bounds bounds)
Creates a
BoundsQuery that returns the given bounds |
BoundsQuery |
FxRobot.bounds(double minX,
double minY,
double width,
double height) |
BoundsQuery |
FxRobotInterface.bounds(double minX,
double minY,
double width,
double height)
|
<T extends javafx.scene.Node> |
FxRobot.bounds(org.hamcrest.Matcher<T> matcher) |
<T extends javafx.scene.Node> |
FxRobotInterface.bounds(org.hamcrest.Matcher<T> matcher)
NOT YET IMPLEMENTED
|
BoundsQuery |
FxRobot.bounds(javafx.scene.Node node) |
BoundsQuery |
FxRobotInterface.bounds(javafx.scene.Node node)
|
BoundsQuery |
FxRobot.bounds(javafx.geometry.Point2D point) |
BoundsQuery |
FxRobotInterface.bounds(javafx.geometry.Point2D point)
|
<T extends javafx.scene.Node> |
FxRobot.bounds(java.util.function.Predicate<T> predicate) |
<T extends javafx.scene.Node> |
FxRobotInterface.bounds(java.util.function.Predicate<T> predicate)
NOT YET IMPLEMENTED
|
BoundsQuery |
FxRobot.bounds(javafx.scene.Scene scene) |
BoundsQuery |
FxRobotInterface.bounds(javafx.scene.Scene scene)
Calls
BoundsQueryUtils.boundsOnScreen(Bounds, Scene) with given scene's bounds |
BoundsQuery |
FxRobot.bounds(java.lang.String query) |
BoundsQuery |
FxRobotInterface.bounds(java.lang.String query)
NOT YET IMPLEMENTED
|
BoundsQuery |
FxRobot.bounds(javafx.stage.Window window) |
BoundsQuery |
FxRobotInterface.bounds(javafx.stage.Window window)
Calls
BoundsQueryUtils.boundsOnScreen(Bounds, Window) with the given window's bounds |