GesturePoint
open class GesturePoint
A timed point of a gesture stroke. Multiple points form a stroke.
Summary
Public constructors
Public methods
clone
open fun clone(): Any!
Return |
Any! |
a clone of this instance. |
Exceptions |
java.lang.CloneNotSupportedException |
if the object's class does not support the Cloneable interface. Subclasses that override the clone method can also throw this exception to indicate that an instance cannot be cloned. |
Properties
timestamp
val timestamp: Long
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.