Interface PopOverView.Content

  • Enclosing interface:
    PopOverView

    public static interface PopOverView.Content
    Content for a Popover
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContent()
      Returns the text to be shown.
      int getX()
      Returns the x-coordinate relative to the Document's where the Popover will be shown.
      int getY()
      Returns the y-coordinate relative to the Document's where the Popover will be shown.
    • Method Detail

      • getContent

        String getContent()
        Returns the text to be shown.
        Returns:
        The text to be shown.
      • getX

        int getX()
        Returns the x-coordinate relative to the Document's where the Popover will be shown.
        Returns:
        The x-coordinate.
      • getY

        int getY()
        Returns the y-coordinate relative to the Document's where the Popover will be shown.
        Returns:
        The y-coordinate.