Class RectanglePacker.Rectangle

java.lang.Object
org.neuroml.export.svg.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 Details

    • x

      public final int x
    • y

      public final int y
    • width

      public final int width
    • height

      public final int height
  • Constructor Details

    • Rectangle

      public Rectangle(int x, int y, int width, int height)
  • Method Details