Class Box


  • public class Box
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Box()  
      Box​(double l, double r, double b, double t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean inside​(double x, double y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Box

        public Box​(double l,
                   double r,
                   double b,
                   double t)
      • Box

        public Box()
    • Method Detail

      • inside

        public boolean inside​(double x,
                              double y)