鸿蒙OS开发文档 鸿蒙OS RotationEvent

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 3

RotationEvent

java.lang.Object
|---ohos.multimodalinput.event.MultimodalEvent
|---|---ohos.multimodalinput.event.RotationEvent

public abstract class RotationEvent
extends MultimodalEvent

定义由旋转组件生成的事件,例如智能手表上的数字表冠。

Since:

3

嵌套类摘要

从接口 ohos.utils.Sequenceable 继承的嵌套类/接口
Sequenceable.ProducerT

字段摘要

从类 ohos.multimodalinput.event.MultimodalEvent 继承的字段
BUILTIN_KEY, DEFAULT_TYPE, highLevelEvent, KEYBOARD, MOUSE, ROTATION, SPEECH, STYLUS, TOUCH_PANEL, UNSUPPORTED_DEVICE, uuid

构造函数摘要

构造函数描述
RotationEvent()

方法总结

修饰符和类型方法描述
abstract floatgetRotationValue()获取旋转组件生成的旋转值。
从类 ohos.multimodalinput.event.MultimodalEvent 继承的方法
getDeviceId, getInputDeviceId, getOccurredTime, getSourceDevice, getUuid, isSameEvent, marshalling, unmarshalling
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口 ohos.utils.Sequenceable 继承的方法
hasFileDescriptor

构造函数详细信息

RotationEvent

public RotationEvent()

方法详情

getRotationValue

public abstract float getRotationValue()

获取旋转组件生成的旋转值。

值定义可能因组件而异。 例如,一些组件的这个值可能表示旋转的角度,而其他组件的这个值可能表示已经旋转的圈数。

返回:

返回生成的旋转值。

Since:

3