Package com.banuba.sdk.types
Class PixelRect
java.lang.Object
com.banuba.sdk.types.PixelRect
public final class PixelRect
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PixelRect(int x, int y, int w, int h)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PixelRect
public PixelRect(int x, int y, int w, int h)
-
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
getW
public int getW() -
getH
public int getH() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-