Package javafx.scene.transform
Class Translate
java.lang.Object
javafx.scene.transform.Transform
javafx.scene.transform.Translate
- All Implemented Interfaces:
HasXProperty
,HasYProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javafx.scene.transform.Transform
inverseTransform, inverseTransform, toAffine, transform, transformChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasXProperty
getX, setX
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasYProperty
getY, setY
-
Property Details
-
x
- Specified by:
xProperty
in interfaceHasXProperty
- Returns:
- the
x
property - See Also:
-
y
- Specified by:
yProperty
in interfaceHasYProperty
- Returns:
- the
y
property - See Also:
-
-
Constructor Details
-
Translate
public Translate() -
Translate
public Translate(double x) -
Translate
public Translate(double x, double y)
-
-
Method Details
-
create
-
create
-
create
-
xProperty
- Specified by:
xProperty
in interfaceHasXProperty
- Returns:
- the
x
property - See Also:
-
yProperty
- Specified by:
yProperty
in interfaceHasYProperty
- Returns:
- the
y
property - See Also:
-
transform
Description copied from class:Transform
Transforms the specified point by this transform. This method can be used only for 2D transforms. -
createInverse
Description copied from class:Transform
Returns the inverse transform of this transform.- Specified by:
createInverse
in classTransform
- Returns:
- the inverse transform
-
createAffine
- Specified by:
createAffine
in classTransform
-