Class Size

  • All Implemented Interfaces:

    
    public class Size
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int width
      public int height
    • Constructor Summary

      Constructors 
      Constructor Description
      Size()
      Size(int width, int height)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getWidth()
      void setWidth(int width)
      int getHeight()
      void setHeight(int height)
      • Methods inherited from class java.lang.Object

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

      • Size

        Size()
      • Size

        Size(int width, int height)