public class HoverTarget
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
model
the associated model element.
|
javafx.geometry.Point2D |
screenAnchor
lower left point of the first letter
|
javafx.geometry.Bounds |
screenBounds
bounds of text in screen coordinates.
|
<any> |
textRange
the range in the text
|
| Constructor and Description |
|---|
HoverTarget(java.lang.Object model,
<any> textRange,
javafx.geometry.Point2D screenAnchor,
javafx.geometry.Bounds screenBounds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final javafx.geometry.Point2D screenAnchor
public final java.lang.Object model
public final <any> textRange
public final javafx.geometry.Bounds screenBounds
if the text spans over multiple lines, this is null