Interface PopOverView.Content
-
- Enclosing interface:
- PopOverView
public static interface PopOverView.ContentContent for a Popover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Returns the text to be shown.intgetX()Returns the x-coordinate relative to the Document's where the Popover will be shown.intgetY()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.
-
-