Class Resolution


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

      Constructors 
      Constructor Description
      Resolution​(int xv, int yv)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int x()  
      void x​(int v)  
      int y()  
      void y​(int v)  
      • Methods inherited from class java.lang.Object

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

      • Resolution

        public Resolution​(int xv,
                          int yv)
    • Method Detail

      • x

        public void x​(int v)
      • y

        public void y​(int v)
      • x

        public int x()
      • y

        public int y()