Package org.testfx.service.query.impl
Class CallableBoundsPointQuery
- java.lang.Object
-
- org.testfx.service.query.impl.PointQueryBase
-
- org.testfx.service.query.impl.CallableBoundsPointQuery
-
- All Implemented Interfaces:
PointQuery
public class CallableBoundsPointQuery extends PointQueryBase
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.Callable<javafx.geometry.Bounds>callableBounds-
Fields inherited from class org.testfx.service.query.impl.PointQueryBase
node
-
-
Constructor Summary
Constructors Constructor Description CallableBoundsPointQuery(java.util.concurrent.Callable<javafx.geometry.Bounds> callableBounds)CallableBoundsPointQuery(java.util.concurrent.Callable<javafx.geometry.Bounds> callableBounds, javafx.scene.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private javafx.geometry.BoundsfetchCallableBounds()javafx.geometry.Point2Dquery()-
Methods inherited from class org.testfx.service.query.impl.PointQueryBase
atOffset, atOffset, atPosition, atPosition, atPosition, getOffset, getPosition, onNode, queryMotion, toString
-
-
-
-
Method Detail
-
query
public javafx.geometry.Point2D query()
- Returns:
- a position that offsets the relative position within the initial
Boundsobject that is calculated viaPointQuery.getPosition()byPointQuery.getOffset()amount.
-
fetchCallableBounds
private javafx.geometry.Bounds fetchCallableBounds()
-
-