Class BoundingBox


  • public final class BoundingBox
    extends java.lang.Object
    • Method Detail

      • getLeft

        public java.util.Optional<java.lang.Double> getLeft()
        Returns:
        The left coordinate of the bounding box.
      • getTop

        public java.util.Optional<java.lang.Double> getTop()
        Returns:
        The top coordinate of the bounding box.
      • getRight

        public java.util.Optional<java.lang.Double> getRight()
        Returns:
        The right coordinate of the bounding box.
      • getBottom

        public java.util.Optional<java.lang.Double> getBottom()
        Returns:
        The bottom coordinate of the bounding box.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object