Class Dimension


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

      Constructors 
      Constructor Description
      Dimension()  
      Dimension​(int w, int h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getH()  
      int getW()  
      void setH​(int h)  
      void setW​(int w)  
      • Methods inherited from class java.lang.Object

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

      • Dimension

        public Dimension()
      • Dimension

        public Dimension​(int w,
                         int h)
    • Method Detail

      • getW

        public int getW()
      • setW

        public void setW​(int w)
      • getH

        public int getH()
      • setH

        public void setH​(int h)