Class BoundingBox


  • public class BoundingBox
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double height
      the height of the element in pixels.
      double width
      the width of the element in pixels.
      double x
      the x coordinate of the element in pixels.
      double y
      the y coordinate of the element in pixels.
    • Constructor Summary

      Constructors 
      Constructor Description
      BoundingBox()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()