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
Properties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.scene.transform.Transform
inverseTransform, inverseTransform, toAffine, transform, transformChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasXProperty
getX, setXMethods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasYProperty
getY, setY
-
Property Details
-
x
- Specified by:
xPropertyin interfaceHasXProperty- Returns:
- the
xproperty - See Also:
-
y
- Specified by:
yPropertyin interfaceHasYProperty- Returns:
- the
yproperty - 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:
xPropertyin interfaceHasXProperty- Returns:
- the
xproperty - See Also:
-
yProperty
- Specified by:
yPropertyin interfaceHasYProperty- Returns:
- the
yproperty - See Also:
-
transform
Description copied from class:TransformTransforms the specified point by this transform. This method can be used only for 2D transforms. -
createInverse
Description copied from class:TransformReturns the inverse transform of this transform.- Specified by:
createInversein classTransform- Returns:
- the inverse transform
-
createAffine
- Specified by:
createAffinein classTransform
-