Class POBViewRect

  • All Implemented Interfaces:

    
    public class POBViewRect
    
                        

    A modal class representing the Rect for the view.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getStatusMsg() Returns status message set while forming POBViewRect instance
      int getHeight() Returns Height of the View Rect
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 Rect
        yPosition - Y axis position to form the Rect
        height - Height of view to form the Rect
        width - Width of view to form the Rect
        status - Boolean Status
        statusMsg - Status message
      • POBViewRect

        POBViewRect(boolean status, String statusMsg)
        Constructor
        Parameters:
        status - Boolean Status
        statusMsg - 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