abstract class com.sun.scenario.animation.shared.MultiLoopClipEnvelope extends com.sun.scenario.animation.shared.ClipEnvelope
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.scenario.animation.shared.MultiLoopClipEnvelope
  super_class: com.sun.scenario.animation.shared.ClipEnvelope
{
  protected boolean autoReverse;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected long cyclePos;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  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.MultiLoopClipEnvelope this
        start local 1 // javafx.animation.Animation animation
         0: .line 45
            aload 0 /* this */
            aload 1 /* animation */
            invokespecial com.sun.scenario.animation.shared.ClipEnvelope.<init>:(Ljavafx/animation/Animation;)V
         1: .line 46
            return
        end local 1 // javafx.animation.Animation animation
        end local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/scenario/animation/shared/MultiLoopClipEnvelope;
            0    2     1  animation  Ljavafx/animation/Animation;
    MethodParameters:
           Name  Flags
      animation  

  protected boolean isAutoReverse();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
         0: .line 49
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.autoReverse:Z
            ireturn
        end local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/scenario/animation/shared/MultiLoopClipEnvelope;

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

  protected long ticksRateChange(double);
    descriptor: (D)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
        start local 1 // double newRate
         0: .line 58
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.ticks:J
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.deltaTicks:J
            lsub
            l2d
            dload 1 /* newRate */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.rate:D
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            dmul
            invokestatic java.lang.Math.round:(D)J
            lreturn
        end local 1 // double newRate
        end local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/scenario/animation/shared/MultiLoopClipEnvelope;
            0    1     1  newRate  D
    MethodParameters:
         Name  Flags
      newRate  

  protected boolean isDirectionChanged(double);
    descriptor: (D)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
        start local 1 // double newRate
         0: .line 62
            dload 1 /* newRate */
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.rate:D
            dmul
            dconst_0
            dcmpg
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // double newRate
        end local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/scenario/animation/shared/MultiLoopClipEnvelope;
            0    2     1  newRate  D
    MethodParameters:
         Name  Flags
      newRate  

  protected boolean isDuringEvenCycle();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
         0: .line 66
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.ticks:J
            ldc 2
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.cycleTicks:J
            lmul
            lrem
            aload 0 /* this */
            getfield com.sun.scenario.animation.shared.MultiLoopClipEnvelope.cycleTicks:J
            lcmp
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.scenario.animation.shared.MultiLoopClipEnvelope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/scenario/animation/shared/MultiLoopClipEnvelope;
}
SourceFile: "MultiLoopClipEnvelope.java"