Class SizeBox


  • public class SizeBox
    extends java.lang.Object
    Describes a rectangle, contains two end points
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Double angle  
      java.lang.Double height  
      java.lang.Double width  
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeBox​(java.lang.Double width, java.lang.Double height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public java.lang.Double width
      • height

        public java.lang.Double height
      • angle

        public java.lang.Double angle
    • Constructor Detail

      • SizeBox

        public SizeBox​(java.lang.Double width,
                       java.lang.Double height)