Class RectanglePacker.Rectangle

  • Enclosing class:
    RectanglePacker<P>

    public static class RectanglePacker.Rectangle
    extends Object
    Yet another Rectangle class. Only here to remove dependencies on awt/lwjgl/etc
    Author:
    ryanm
    • Field Detail

      • x

        public final int x
      • y

        public final int y
      • width

        public final int width
      • height

        public final int height
    • Constructor Detail

      • Rectangle

        public Rectangle​(int x,
                         int y,
                         int width,
                         int height)