Java javafx.scene.input RotateEvent fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.input RotateEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.input RotateEvent.

The text is from its open source code.

Method

voidconsume()
Marks this Event as consumed.
doublegetAngle()
Gets the rotation angle of this event.
doublegetTotalAngle()
Gets the cumulative rotation angle of this gesture.
booleanisDirect()
Indicates whether this gesture is caused by a direct or indirect input device.