Class UIPanGestureRecognizer

    • Constructor Detail

      • UIPanGestureRecognizer

        public UIPanGestureRecognizer()
      • UIPanGestureRecognizer

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

        protected UIPanGestureRecognizer​(NSObject.SkipInit skipInit)
      • UIPanGestureRecognizer

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

      • getMinimumNumberOfTouches

        public long getMinimumNumberOfTouches()
      • setMinimumNumberOfTouches

        public void setMinimumNumberOfTouches​(long v)
      • getMaximumNumberOfTouches

        public long getMaximumNumberOfTouches()
      • setMaximumNumberOfTouches

        public void setMaximumNumberOfTouches​(long v)
      • getTranslation

        public CGPoint getTranslation​(UIView view)
      • setTranslation

        public void setTranslation​(CGPoint translation,
                                   UIView view)