- java.lang.Object
-
- org.praxislive.video.render.ops.Bounds
-
@Deprecated public final class Bounds extends Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Rectangle
asRectangle()
Deprecated.boolean
equals(Object obj)
Deprecated.int
getHeight()
Deprecated.int
getWidth()
Deprecated.int
getX()
Deprecated.int
getY()
Deprecated.int
hashCode()
Deprecated.
-
-
-
Constructor Detail
-
Bounds
public Bounds(int x, int y, int width, int height)
Deprecated.
-
Bounds
public Bounds(Rectangle rect)
Deprecated.
-
-
Method Detail
-
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.
-
-