Class BoundingBox


  • public class BoundingBox
    extends Object
    • Field Detail

      • x

        public double x
        the x coordinate of the element in pixels.
      • y

        public double y
        the y coordinate of the element in pixels.
      • width

        public double width
        the width of the element in pixels.
      • height

        public double height
        the height of the element in pixels.
    • Constructor Detail

      • BoundingBox

        public BoundingBox()