public class ToolTip
extends java.lang.Object
Constructor and Description |
---|
ToolTip() |
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Point2D |
getPosition()
Gets the tooltip position.
|
static java.lang.String |
getText()
Gets the tooltip text.
|
static void |
setPosition(java.awt.geom.Point2D value)
Sets the tooltip position.
|
static void |
setText(java.lang.String value)
Sets the tooltip text.
|
public static java.lang.String getText()
public static void setText(java.lang.String value)
public static java.awt.geom.Point2D getPosition()
public static void setPosition(java.awt.geom.Point2D value)