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

  public void setRate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
        start local 1 // double rate
         0: .line 38
            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 39
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.STOPPED:Ljavafx/animation/Animation$Status;
            if_acmpeq 8
         2: .line 40
            aload 3 /* status */
            getstatic javafx.animation.Animation$Status.RUNNING:Ljavafx/animation/Animation$Status;
            if_acmpne 6
         3: .line 41
            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 4
            dload 1 /* rate */
            goto 5
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.SingleLoopClipEnvelope
         4: dload 1 /* rate */
            dneg
      StackMap locals: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double javafx.animation.Animation$Status
      StackMap stack: com.sun.scenario.animation.shared.SingleLoopClipEnvelope double
         5: invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.setCurrentRate:(D)V
         6: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
            lsub
            l2d
            dload 1 /* rate */
            dmul
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.rate:D
            ddiv
            invokestatic java.lang.Math.round:(D)J
            lsub
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
         7: .line 44
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.abortCurrentPulse:()V
         8: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* rate */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.rate:D
         9: .line 47
            return
        end local 3 // javafx.animation.Animation$Status status
        end local 1 // double rate
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0   10     1    rate  D
            1   10     3  status  Ljavafx/animation/Animation$Status;
    MethodParameters:
      Name  Flags
      rate  

  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 52
            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  

  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 56
            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;

  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 60
            aload 0 /* this */
            aload 1 /* animation */
            invokespecial com.sun.scenario.animation.shared.ClipEnvelope.<init>:(Ljavafx/animation/Animation;)V
         1: .line 61
            aload 1 /* animation */
            ifnull 3
         2: .line 62
            aload 0 /* this */
            aload 1 /* animation */
            invokevirtual javafx.animation.Animation.getCycleCount:()I
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
         3: .line 64
      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 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 68
            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 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 73
            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 74
            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 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cycleDuration */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.updateCycleTicks:(Ljavafx/util/Duration;)V
         3: .line 77
            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 82
            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 83
            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 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* cycleCount */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleCount:I
         3: .line 86
            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 timePulse(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 currentTick
         0: .line 91
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 92
            return
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.aborted:Z
         3: .line 95
            aload 0 /* this */
            iconst_1
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
         4: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.deltaTicks:J
            lload 1 /* currentTick */
            l2d
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.currentRate:D
            dmul
            invokestatic java.lang.Math.round:(D)J
            ladd
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            invokestatic com.sun.scenario.animation.shared.ClipEnvelope.checkBounds:(JJ)J
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
         5: .line 99
            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
         6: .line 101
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.currentRate:D
            dconst_0
            dcmpl
            ifle 8
            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 7
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         7: iconst_0
            goto 10
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
            lconst_0
            lcmp
            ifne 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 3 /* reachedEnd */
        start local 3 // boolean reachedEnd
        11: .line 102
            iload 3 /* reachedEnd */
            ifeq 17
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.aborted:Z
            ifne 17
        12: .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;
            invokevirtual com.sun.scenario.animation.shared.AnimationAccessor.finished:(Ljavafx/animation/Animation;)V
        end local 3 // boolean reachedEnd
        13: .line 105
            goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 4
        15: .line 106
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
        16: .line 107
            aload 4
            athrow
        17: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.inTimePulse:Z
        18: .line 108
            return
        end local 1 // long currentTick
        end local 0 // com.sun.scenario.animation.shared.SingleLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/scenario/animation/shared/SingleLoopClipEnvelope;
            0   19     1  currentTick  J
           11   13     3   reachedEnd  Z
      Exception table:
        from    to  target  type
           4    14      14  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 112
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            lconst_0
            lcmp
            ifne 2
         1: .line 113
            return
         2: .line 115
      StackMap locals:
      StackMap stack:
            lload 1 /* ticks */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.cycleTicks:J
            invokestatic com.sun.scenario.animation.shared.ClipEnvelope.checkBounds:(JJ)J
            lstore 3 /* newTicks */
        start local 3 // long newTicks
         3: .line 116
            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 117
            aload 0 /* this */
            lload 3 /* newTicks */
            putfield com.sun.scenario.animation.shared.SingleLoopClipEnvelope.ticks:J
         5: .line 119
            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 121
            aload 0 /* this */
            invokevirtual com.sun.scenario.animation.shared.SingleLoopClipEnvelope.abortCurrentPulse:()V
         7: .line 122
            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