Uses of Class
javafx.scene.transform.Scale
-
Packages that use Scale 软件包 描述 javafx.scene.transform 提供一组方便的类来执行Affine
对象的旋转,缩放,剪切和转换转换。 -
-
Uses of Scale in javafx.scene.transform
Methods in javafx.scene.transform that return Scale Modifier and Type 方法 描述 Scale
Scale. clone()
Scale
Scale. createInverse()
static Scale
Transform. scale(double x, double y)
返回表示缩放变换的Scale
对象。static Scale
Transform. scale(double x, double y, double pivotX, double pivotY)
返回表示缩放变换的Scale
对象。
-