public class BoundsPointQuery extends PointQueryBase
The position (Pos) can be set to a value within the bounds.
node| Constructor and Description |
|---|
BoundsPointQuery(javafx.geometry.Bounds bounds) |
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Bounds |
getBounds() |
javafx.geometry.Point2D |
query() |
void |
setBounds(javafx.geometry.Bounds bounds) |
atOffset, atOffset, atPosition, atPosition, atPosition, getOffset, getPosition, onNode, queryMotion, toStringpublic javafx.geometry.Bounds getBounds()
public void setBounds(javafx.geometry.Bounds bounds)
public javafx.geometry.Point2D query()
Boundsobject that is calculated
via PointQuery.getPosition() by PointQuery.getOffset() amount.