Class Dimension2D

    • Constructor Summary

      Constructors 
      Constructor Description
      Dimension2D()  
      Dimension2D​(double width, double height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getHeight()  
      double getWidth()  
      void setSize​(double width, double height)  
      • Methods inherited from class java.lang.Object

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

      • Dimension2D

        public Dimension2D()
      • Dimension2D

        public Dimension2D​(double width,
                           double height)
    • Method Detail

      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()
      • setSize

        public void setSize​(double width,
                            double height)