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
TypePropertyDescription -
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.HasPivotXProperty
getPivotX, setPivotX
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPivotYProperty
getPivotY, setPivotY
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:
-
pivotX
- Specified by:
pivotXProperty
in interfaceHasPivotXProperty
- Returns:
- the
pivotX
property - See Also:
-
pivotY
- Specified by:
pivotYProperty
in interfaceHasPivotYProperty
- Returns:
- the
pivotY
property - 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:
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
-
scale
-
pivotXProperty
- Specified by:
pivotXProperty
in interfaceHasPivotXProperty
- Returns:
- the
pivotX
property - See Also:
-
pivotYProperty
- Specified by:
pivotYProperty
in interfaceHasPivotYProperty
- Returns:
- the
pivotY
property - See Also:
-