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 Details

    • callableBounds

      private final Callable<javafx.geometry.Bounds> callableBounds
  • Constructor Details

    • CallableBoundsPointQuery

      public CallableBoundsPointQuery(Callable<javafx.geometry.Bounds> callableBounds)
    • CallableBoundsPointQuery

      public CallableBoundsPointQuery(Callable<javafx.geometry.Bounds> callableBounds, javafx.scene.Node node)
  • Method Details

    • query

      public javafx.geometry.Point2D query()
      Returns:
      a position that offsets the relative position within the initial Boundsobject that is calculated via PointQuery.getPosition() by PointQuery.getOffset() amount.
    • fetchCallableBounds

      private javafx.geometry.Bounds fetchCallableBounds()