Class PrivateArea
- java.lang.Object
-
- com.unblu.sdk.module.mobilecobrowsing.PrivateArea
-
public class PrivateArea extends java.lang.Object
Class used to update manual private areas for overlaying views while mobile co-browsingNote: the positions stored in this class should be screen absolute positions
-
-
Constructor Summary
Constructors Constructor Description PrivateArea(int x, int y, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
int
getX()
int
getY()
PrivateArea
setHeight(int height)
PrivateArea
setWidth(int width)
PrivateArea
setX(int x)
PrivateArea
setY(int y)
java.lang.String
toString()
-
-
-
Method Detail
-
getX
public int getX()
-
getY
public int getY()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
setY
public PrivateArea setY(int y)
-
setX
public PrivateArea setX(int x)
-
setWidth
public PrivateArea setWidth(int width)
-
setHeight
public PrivateArea setHeight(int height)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-