Class SKKeyframeSequence

    • Constructor Detail

      • SKKeyframeSequence

        public SKKeyframeSequence()
      • SKKeyframeSequence

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

        public SKKeyframeSequence​(long numItems)
      • SKKeyframeSequence

        public SKKeyframeSequence​(NSCoder aDecoder)
    • Method Detail

      • setRepeatMode

        public void setRepeatMode​(SKRepeatMode v)
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(long numItems)
      • init

        protected long init​(NSCoder aDecoder)
      • size

        public long size()
      • add

        public void add​(NSObject value,
                        double time)
      • removeLast

        public void removeLast()
      • remove

        public void remove​(long index)
      • setValue

        public void setValue​(NSObject value,
                             long index)
      • setTime

        public void setTime​(double time,
                            long index)
      • set

        public void set​(NSObject value,
                        double time,
                        long index)
      • getValue

        public NSObject getValue​(long index)
      • getTime

        public double getTime​(long index)
      • getSample

        public NSObject getSample​(double time)