Class PrivateArea


  • public class PrivateArea
    extends java.lang.Object
    Class used to update manual private areas for overlaying views while mobile co-browsing.

    The positions stored in this class should be absolute screen positions. The coordinates (0, 0) refer to the top left corner of the screen.

    • Constructor Detail

      • PrivateArea

        public PrivateArea​(int x,
                           int y,
                           int width,
                           int height)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • setWidth

        public PrivateArea setWidth​(int width)
      • setHeight

        public PrivateArea setHeight​(int height)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object