public class com.sun.scenario.animation.shared.SingleLoopClipEnvelope extends com.sun.scenario.animation.shared.ClipEnvelope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.animation.shared.SingleLoopClipEnvelope
  super_class: com.sun.scenario.animation.shared.ClipEnvelope
{
  private int cycleCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(javafx.animation.Animation);
    descriptor: (Ljavafx/animation/Animation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // javafx.animation.Animation animation
         0: .line 42
            aload 0 /* this */
            aload 1 /* animation */
            invokespecial com.sun.scenario.animation.shared.ClipEnvelope.<init>:(Ljavafx/animation/Animation;)V
         1: .line 43
            aload 1 /* animation */
            ifnull 3
         2: .line 44
            aload 0 /* this */
            aload 1 /* animation */
            invokevirtual javafx.animation.Animation.getCycleCount:()I
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
         3: .line 46
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope javafx.animation.Animation
      StackMap stack:
            return
        end local 1 // javafx.animation.Animation animation
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    4     1  animation  Ljavafx/animation/Animation;
    MethodParameters:
           Name  Flags
      animation  

  public void setAutoReverse(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // boolean autoReverse
         0: .line 51
            return
        end local 1 // boolean autoReverse
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    1     1  autoReverse  Z
    MethodParameters:
             Name  Flags
      autoReverse  

  public com.sun.scenario.animation.shared.ClipEnvelope setCycleDuration(javafx.util.Duration);
    descriptor: (Ljavafx/util/Duration;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // javafx.util.Duration cycleDuration
         0: .line 55
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
            iconst_1
            if_icmpeq 2
            aload 1 /* cycleDuration */
            invokevirtual javafx.util.Duration.isIndefinite:()Z
            ifne 2
         1: .line 56
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            invokestatic com.sun.scenario.animation.shared.SingleLoopClipEnvelope.create:(Ljavafx/animation/Animation;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
            areturn
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cycleDuration */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.updateCycleTicks:(Ljavafx/util/Duration;)V
         3: .line 59
            aload 0 /* this */
            areturn
        end local 1 // javafx.util.Duration cycleDuration
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    4     1  cycleDuration  Ljavafx/util/Duration;
    MethodParameters:
               Name  Flags
      cycleDuration  

  public com.sun.scenario.animation.shared.ClipEnvelope setCycleCount(int);
    descriptor: (I)Lcom/sun/scenario/animation/shared/ClipEnvelope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // int cycleCount
         0: .line 64
            iload 1 /* cycleCount */
            iconst_1
            if_icmpeq 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            ldc 9223372036854775807
            lcmp
            ifeq 2
         1: .line 65
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            invokestatic com.sun.scenario.animation.shared.SingleLoopClipEnvelope.create:(Ljavafx/animation/Animation;)Lcom/sun/scenario/animation/shared/ClipEnvelope;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* cycleCount */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
         3: .line 68
            aload 0 /* this */
            areturn
        end local 1 // int cycleCount
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    4     1  cycleCount  I
    MethodParameters:
            Name  Flags
      cycleCount  

  public void setRate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // double newRate
         0: .line 73
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            invokevirtual javafx.animation.Animation.getStatus:()Ljavafx/animation/Animation$Status;
            astore 3 /* status */
        start local 3 // javafx.animation.Animation$Status status
         1: .line 74
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
            if_acmpeq 7
         2: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.currentRate:D
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.rate:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            ldc 1.0E-12
            dcmpg
            ifge 3
            dload 1 /* newRate */
            goto 4
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.SingleLoopClipEnvelope
         3: dload 1 /* newRate */
            dneg
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double
         4: invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.setInternalCurrentRate:(D)V
         5: .line 76
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            aload 0 /* this */
            dload 1 /* newRate */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticksRateChange:(D)J
            lsub
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
         6: .line 77
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.abortCurrentPulse:()V
         7: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* newRate */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.rate:D
         8: .line 80
            return
        end local 3 // javafx.animation.Animation$Status status
        end local 1 // double newRate
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    9     1  newRate  D
            1    9     3   status  Ljavafx/animation/Animation$Status;
    MethodParameters:
         Name  Flags
      newRate  

  protected double calculateCurrentRate();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.rate:D
            dreturn
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;

  public boolean wasSynched();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
         0: .line 89
            aload 0 /* this */
            invokespecial com.sun.scenario.animation.shared.ClipEnvelope.wasSynched:()Z
            ifeq 1
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;

  public void timePulse(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // long currentTick
         0: .line 94
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 95
            return
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.aborted:Z
         3: .line 98
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
         4: .line 101
            lload 1 /* currentTick */
            l2d
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.currentRate:D
            dmul
            invokestatic java.lang.Math.round:(D)J
            lstore 3 /* ticksChange */
        start local 3 // long ticksChange
         5: .line 102
            aload 0 /* this */
            lconst_0
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
            lload 3 /* ticksChange */
            ladd
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            invokestatic com.sun.javafx.util.Utils.clamp:(JJJ)J
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
         6: .line 103
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.playTo:(Ljavafx/animation/Animation;JJ)V
         7: .line 105
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 9
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            lcmp
            ifne 8
            iconst_1
            goto 11
      StackMap locals: long
      StackMap stack:
         8: iconst_0
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            lconst_0
            lcmp
            ifne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* reachedEnd */
        start local 5 // boolean reachedEnd
        12: .line 106
            iload 5 /* reachedEnd */
            ifeq 18
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.aborted:Z
            ifne 18
        13: .line 107
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.finished:(Ljavafx/animation/Animation;)V
        end local 5 // boolean reachedEnd
        end local 3 // long ticksChange
        14: .line 109
            goto 18
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope long
      StackMap stack: java.lang.Throwable
        15: astore 6
        16: .line 110
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
        17: .line 111
            aload 6
            athrow
        18: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
        19: .line 112
            return
        end local 1 // long currentTick
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0   20     1  currentTick  J
            5   14     3  ticksChange  J
           12   14     5   reachedEnd  Z
      Exception table:
        from    to  target  type
           4    15      15  any
    MethodParameters:
             Name  Flags
      currentTick  

  public void jumpTo(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // long ticks
         0: .line 116
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 117
            return
         2: .line 119
      StackMap locals:
      StackMap stack:
            lconst_0
            lload 1 /* ticks */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            invokestatic com.sun.javafx.util.Utils.clamp:(JJJ)J
            lstore 3 /* newTicks */
        start local 3 // long newTicks
         3: .line 120
            aload 0 /* this */
            dup
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
            lload 3 /* newTicks */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            lsub
            ladd
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
         4: .line 121
            aload 0 /* this */
            lload 3 /* newTicks */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
         5: .line 123
            invokestatic com.sun.scenario.animation.shared.AnimationAccessor.getDefault:()Lcom/sun/scenario/animation/shared/AnimationAccessor;
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.animation:Ljavafx/animation/Animation;
            lload 3 /* newTicks */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            iconst_0
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.jumpTo:(Ljavafx/animation/Animation;JJZ)V
         6: .line 125
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.abortCurrentPulse:()V
         7: .line 126
            return
        end local 3 // long newTicks
        end local 1 // long ticks
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0    8     1     ticks  J
            3    8     3  newTicks  J
    MethodParameters:
       Name  Flags
      ticks  
}
SourceFile: "SingleLoopClipEnvelope.java"
InnerClasses:
  public final Status = javafx.animation.Animation$Status of javafx.animation.Animation