Class UIRotationGestureRecognizer

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UIRotationGestureRecognizer
    extends UIGestureRecognizer
    Since:
    Available in iOS 3.2 and later.
    • Constructor Detail

      • UIRotationGestureRecognizer

        public UIRotationGestureRecognizer()
      • UIRotationGestureRecognizer

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

        protected UIRotationGestureRecognizer​(NSObject.SkipInit skipInit)
      • UIRotationGestureRecognizer

        public UIRotationGestureRecognizer​(NSObject target,
                                           org.robovm.objc.Selector action)
    • Method Detail

      • getRotation

        public double getRotation()
      • setRotation

        public void setRotation​(double v)
      • getVelocity

        public double getVelocity()