public class POBViewRect
extends java.lang.Object
| Constructor and Description |
|---|
POBViewRect(boolean status,
java.lang.String statusMsg)
Constructor
|
POBViewRect(int xPosition,
int yPosition,
int height,
int width,
boolean status,
java.lang.String statusMsg)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns Height of the View Rect
|
java.lang.String |
getStatusMsg()
Returns status message set while forming POBViewRect instance
|
int |
getWidth()
Returns width of the View Rect
|
int |
getxPosition()
Returns X axis position of the Rect
|
int |
getyPosition()
Returns Y axis position of the Rect
|
boolean |
isStatus()
Returns the boolean status set while forming POBViewRect instance
|
public POBViewRect(int xPosition,
int yPosition,
int height,
int width,
boolean status,
@Nullable
java.lang.String statusMsg)
xPosition - X axis position to form the RectyPosition - Y axis position to form the Rectheight - Height of view to form the Rectwidth - Width of view to form the Rectstatus - Boolean StatusstatusMsg - Status messagepublic POBViewRect(boolean status,
@Nullable
java.lang.String statusMsg)
status - Boolean StatusstatusMsg - Status messagepublic int getxPosition()
public int getyPosition()
public int getHeight()
public int getWidth()
public boolean isStatus()
@Nullable public java.lang.String getStatusMsg()