java.lang.Object
org.praxislive.video.render.ops.Bounds

@Deprecated public final class Bounds extends Object
Deprecated.
  • Constructor Details

    • Bounds

      public Bounds(int x, int y, int width, int height)
      Deprecated.
    • Bounds

      public Bounds(Rectangle rect)
      Deprecated.
  • Method Details

    • getX

      public final int getX()
      Deprecated.
    • getY

      public final int getY()
      Deprecated.
    • getWidth

      public final int getWidth()
      Deprecated.
    • getHeight

      public final int getHeight()
      Deprecated.
    • asRectangle

      public final Rectangle asRectangle()
      Deprecated.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object