Class FloatManager.BoxOffset

  • Enclosing class:
    FloatManager

    public static class FloatManager.BoxOffset
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private BlockBox _box  
      private int _x  
      private int _y  
    • Constructor Summary

      Constructors 
      Constructor Description
      BoxOffset​(BlockBox box, int x, int y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BlockBox getBox()  
      int getX()  
      int getY()  
      • Methods inherited from class java.lang.Object

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

      • _x

        private final int _x
      • _y

        private final int _y
    • Constructor Detail

      • BoxOffset

        public BoxOffset​(BlockBox box,
                         int x,
                         int y)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()