Package javafx.scene.transform
Class Scale
java.lang.Object
javafx.scene.transform.Transform
javafx.scene.transform.Scale
- All Implemented Interfaces:
HasPivotXProperty,HasPivotYProperty,HasXProperty,HasYProperty
- Author:
- Bruno Salmon
-
Property Summary
PropertiesTypePropertyDescription -
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.HasPivotXProperty
getPivotX, setPivotXMethods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPivotYProperty
getPivotY, setPivotYMethods 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:
-
pivotX
- Specified by:
pivotXPropertyin interfaceHasPivotXProperty- Returns:
- the
pivotXproperty - See Also:
-
pivotY
- Specified by:
pivotYPropertyin interfaceHasPivotYProperty- Returns:
- the
pivotYproperty - See Also:
-
-
Constructor Details
-
Scale
public Scale() -
Scale
public Scale(double x, double y) -
Scale
public Scale(double x, double y, double pivotX, double pivotY)
-
-
Method Details
-
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
-
scale
-
pivotXProperty
- Specified by:
pivotXPropertyin interfaceHasPivotXProperty- Returns:
- the
pivotXproperty - See Also:
-
pivotYProperty
- Specified by:
pivotYPropertyin interfaceHasPivotYProperty- Returns:
- the
pivotYproperty - See Also:
-