Class POBViewRect
-
- All Implemented Interfaces:
public class POBViewRectA modal class representing the Rect for the view.
-
-
Constructor Summary
Constructors Constructor Description POBViewRect(int xPosition, int yPosition, int height, int width, boolean status, String statusMsg)Constructor POBViewRect(boolean status, String statusMsg)Constructor
-
Method Summary
Modifier and Type Method Description StringgetStatusMsg()Returns status message set while forming POBViewRect instance intgetHeight()Returns Height of the View Rect intgetWidth()Returns width of the View Rect intgetxPosition()Returns X axis position of the Rect intgetyPosition()Returns Y axis position of the Rect booleanisStatus()Returns the boolean status set while forming POBViewRect instance -
-
Constructor Detail
-
POBViewRect
POBViewRect(int xPosition, int yPosition, int height, int width, boolean status, String statusMsg)
Constructor- Parameters:
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 message
-
POBViewRect
POBViewRect(boolean status, String statusMsg)
Constructor- Parameters:
status- Boolean StatusstatusMsg- Status message
-
-
Method Detail
-
getStatusMsg
@Nullable() String getStatusMsg()
Returns status message set while forming POBViewRect instance
- Returns:
status message
-
getHeight
int getHeight()
Returns Height of the View Rect
- Returns:
Height of the View Rect
-
getWidth
int getWidth()
Returns width of the View Rect
- Returns:
width of the View Rect
-
getxPosition
int getxPosition()
Returns X axis position of the Rect
- Returns:
X axis position of the Rect
-
getyPosition
int getyPosition()
Returns Y axis position of the Rect
- Returns:
Y axis position of the Rect
-
isStatus
boolean isStatus()
Returns the boolean status set while forming POBViewRect instance
- Returns:
boolean status
-
-
-
-