- 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 RectangleasRectangle()Deprecated.booleanequals(Object obj)Deprecated.intgetHeight()Deprecated.intgetWidth()Deprecated.intgetX()Deprecated.intgetY()Deprecated.inthashCode()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.
-
-