TransformableNode

public class TransformableNode

可以使用 TransformationSystem 中的手势选择、转换、旋转和缩放的节点。

公共构造函数

公共方法

RotationController
getRotationController()
返回使用扭曲手势旋转此节点的控制器。
ScaleController
getScaleController()
返回使用双指张合手势缩放此节点的控制器。
TranslationController
getTranslationController()
返回使用拖动手势转换此节点的控制器。

继承的方法

公共构造函数

public TransformableNode (TransformationSystemtransformSystem)

参数
转换系统

公共方法

public RotationController getRotationController ()

返回使用扭曲手势旋转此节点的控制器。

public ScaleController getScaleController ()

返回使用双指张合手势缩放此节点的控制器。

public TranslationController getTranslationController ()

返回使用拖动手势转换此节点的控制器。