Interface ScreenBalloon

    • Method Detail

      • getScreenLocation

        java.awt.Point getScreenLocation()
        Get the position of the balloon on the screen.
        Returns:
        The screen location of the balloon.
      • setScreenLocation

        void setScreenLocation​(java.awt.Point point)
        Set the screen position of the balloon. This point is interpreted in a coordinate system with the origin at the upper left corner of the screen.
        Parameters:
        point - Point in screen coordinates, with origin at upper left corner.