| Modifier and Type | Method and Description |
|---|---|
C |
moveTo(double x,
double y)
Move to a location relative to the upper left corner
|
C |
moveTo(Duration d,
double x,
double y)
Move to a location relative to the upper left corner in the provided duration
|
C |
moveTo(Duration d,
javafx.geometry.Pos referencePoint,
double x,
double y)
Move to a location relative to the reference position provided in the
provided duration
|
C |
moveTo(javafx.geometry.Pos referencePoint,
double x,
double y)
Move to a location relative to the reference position provided
|
C |
moveToCenter()
Move to the center of the owner
|
C |
moveToCenter(Duration d)
Move to the center of the owner in the provided duration
|
C moveTo(double x, double y)
x - the x relative to upper left cornery - the y relative to upper left cornerC moveTo(Duration d, double x, double y)
d - the durationx - the x relative to upper left cornery - the y relative to upper left cornerC moveTo(javafx.geometry.Pos referencePoint, double x, double y)
referencePoint - the durationx - the x relative to the position providedy - the y relative to the position providedC moveTo(Duration d, javafx.geometry.Pos referencePoint, double x, double y)
d - the durationreferencePoint - the reference pointx - the x relative to the position providedy - the y relative to the position providedC moveToCenter()
Copyright © 2017. All rights reserved.