Class Offset


  • public class Offset
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int xOffset  
      int yOffset  
    • Constructor Summary

      Constructors 
      Constructor Description
      Offset​(int xOffset, int yOffset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • xOffset

        public int xOffset
      • yOffset

        public int yOffset
    • Constructor Detail

      • Offset

        public Offset​(int xOffset,
                      int yOffset)