Class UIRotationGestureRecognizer

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UIRotationGestureRecognizer
extends UIGestureRecognizer
  • Constructor Details

    • UIRotationGestureRecognizer

      public UIRotationGestureRecognizer()
    • UIRotationGestureRecognizer

      protected UIRotationGestureRecognizer​(NSObject.Handle h, long handle)
    • UIRotationGestureRecognizer

      protected UIRotationGestureRecognizer​(NSObject.SkipInit skipInit)
    • UIRotationGestureRecognizer

      public UIRotationGestureRecognizer​(NSObject target, Selector action)
    • UIRotationGestureRecognizer

      public UIRotationGestureRecognizer​(NSCoder coder)
    • UIRotationGestureRecognizer

      public UIRotationGestureRecognizer​(UIGestureRecognizer.OnGestureListener listener)
  • Method Details

    • getRotation

      public double getRotation()
    • setRotation

      public void setRotation​(double v)
    • getVelocity

      public double getVelocity()