Module org.testfx

Class BoundsPointQuery

  • All Implemented Interfaces:
    PointQuery

    public class BoundsPointQuery
    extends PointQueryBase
    This point query implements a PointQuery within the bounds of an object.

    The position (Pos) can be set to a value within the bounds.

    • Constructor Detail

      • BoundsPointQuery

        public BoundsPointQuery​(javafx.geometry.Bounds bounds)
    • Method Detail

      • getBounds

        public javafx.geometry.Bounds getBounds()
      • setBounds

        public void setBounds​(javafx.geometry.Bounds bounds)