public abstract class org.apache.batik.ext.awt.image.AbstractLight implements org.apache.batik.ext.awt.image.Light
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.ext.awt.image.AbstractLight
  super_class: java.lang.Object
{
  private double[] color;
    descriptor: [D
    flags: (0x0002) ACC_PRIVATE

  public static final double sRGBToLsRGB(double);
    descriptor: (D)D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double value
         0: .line 34
            dload 0 /* value */
            ldc 0.003928
            dcmpg
            ifgt 2
         1: .line 35
            dload 0 /* value */
            ldc 12.92
            ddiv
            dreturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            dload 0 /* value */
            ldc 0.055
            dadd
            ldc 1.055
            ddiv
            ldc 2.4
            invokestatic java.lang.Math.pow:(DD)D
            dreturn
        end local 0 // double value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  D
    MethodParameters:
       Name  Flags
      value  

  public double[] getColor(boolean);
    descriptor: (Z)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
        start local 1 // boolean linear
         0: .line 51
            iconst_3
            newarray 7
            astore 2 /* ret */
        start local 2 // double[] ret
         1: .line 52
            iload 1 /* linear */
            ifeq 6
         2: .line 53
            aload 2 /* ret */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_0
            daload
            invokestatic org.apache.batik.ext.awt.image.AbstractLight.sRGBToLsRGB:(D)D
            dastore
         3: .line 54
            aload 2 /* ret */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_1
            daload
            invokestatic org.apache.batik.ext.awt.image.AbstractLight.sRGBToLsRGB:(D)D
            dastore
         4: .line 55
            aload 2 /* ret */
            iconst_2
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_2
            daload
            invokestatic org.apache.batik.ext.awt.image.AbstractLight.sRGBToLsRGB:(D)D
            dastore
         5: .line 56
            goto 9
         6: .line 57
      StackMap locals: double[]
      StackMap stack:
            aload 2 /* ret */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_0
            daload
            dastore
         7: .line 58
            aload 2 /* ret */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_1
            daload
            dastore
         8: .line 59
            aload 2 /* ret */
            iconst_2
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_2
            daload
            dastore
         9: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* ret */
            areturn
        end local 2 // double[] ret
        end local 1 // boolean linear
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/batik/ext/awt/image/AbstractLight;
            0   10     1  linear  Z
            1   10     2     ret  [D
    MethodParameters:
        Name  Flags
      linear  

  public void <init>(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
        start local 1 // java.awt.Color color
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* color */
            invokevirtual org.apache.batik.ext.awt.image.AbstractLight.setColor:(Ljava/awt/Color;)V
         2: .line 66
            return
        end local 1 // java.awt.Color color
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/batik/ext/awt/image/AbstractLight;
            0    3     1  color  Ljava/awt/Color;
    MethodParameters:
       Name  Flags
      color  

  public void setColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
        start local 1 // java.awt.Color newColor
         0: .line 72
            aload 0 /* this */
            iconst_3
            newarray 7
            putfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
         1: .line 73
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_0
            aload 1 /* newColor */
            invokevirtual java.awt.Color.getRed:()I
            i2d
            ldc 255.0
            ddiv
            dastore
         2: .line 74
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_1
            aload 1 /* newColor */
            invokevirtual java.awt.Color.getGreen:()I
            i2d
            ldc 255.0
            ddiv
            dastore
         3: .line 75
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.AbstractLight.color:[D
            iconst_2
            aload 1 /* newColor */
            invokevirtual java.awt.Color.getBlue:()I
            i2d
            ldc 255.0
            ddiv
            dastore
         4: .line 76
            return
        end local 1 // java.awt.Color newColor
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/batik/ext/awt/image/AbstractLight;
            0    5     1  newColor  Ljava/awt/Color;
    MethodParameters:
          Name  Flags
      newColor  

  public boolean isConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
         0: .line 82
            iconst_1
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/AbstractLight;

  public double[][][] getLightMap(double, double, double, double, int, int, double[][][]);
    descriptor: (DDDDII[[[D)[[[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=14, args_size=8
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double dx
        start local 7 // double dy
        start local 9 // int width
        start local 10 // int height
        start local 11 // double[][][] z
         0: .line 103
            iload 10 /* height */
            anewarray double[][]
            astore 12 /* L */
        start local 12 // double[][][] L
         1: .line 105
            iconst_0
            istore 13 /* i */
        start local 13 // int i
         2: goto 6
         3: .line 106
      StackMap locals: double[][][] int
      StackMap stack:
            aload 12 /* L */
            iload 13 /* i */
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* dx */
            iload 9 /* width */
            aload 11 /* z */
            iload 13 /* i */
            aaload
            aconst_null
            invokevirtual org.apache.batik.ext.awt.image.AbstractLight.getLightRow:(DDDI[[D[[D)[[D
            aastore
         4: .line 107
            dload 3 /* y */
            dload 7 /* dy */
            dadd
            dstore 3 /* y */
         5: .line 105
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 13 /* i */
            iload 10 /* height */
            if_icmplt 3
        end local 13 // int i
         7: .line 110
            aload 12 /* L */
            areturn
        end local 12 // double[][][] L
        end local 11 // double[][][] z
        end local 10 // int height
        end local 9 // int width
        end local 7 // double dy
        end local 5 // double dx
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/batik/ext/awt/image/AbstractLight;
            0    8     1       x  D
            0    8     3       y  D
            0    8     5      dx  D
            0    8     7      dy  D
            0    8     9   width  I
            0    8    10  height  I
            0    8    11       z  [[[D
            1    8    12       L  [[[D
            2    7    13       i  I
    MethodParameters:
        Name  Flags
      x       
      y       
      dx      final
      dy      final
      width   final
      height  final
      z       final

  public double[][] getLightRow(double, double, double, int, double[][], double[][]);
    descriptor: (DDDI[[D[[D)[[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=12, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.AbstractLight this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double dx
        start local 7 // int width
        start local 8 // double[][] z
        start local 9 // double[][] lightRow
         0: .line 133
            aload 9 /* lightRow */
            astore 10 /* ret */
        start local 10 // double[][] ret
         1: .line 134
            aload 10 /* ret */
            ifnonnull 3
         2: .line 135
            iload 7 /* width */
            iconst_3
            multianewarray [[D 2
            astore 10 /* ret */
         3: .line 137
      StackMap locals: double[][]
      StackMap stack:
            iconst_0
            istore 11 /* i */
        start local 11 // int i
         4: goto 8
         5: .line 138
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            aload 8 /* z */
            iload 11 /* i */
            aaload
            iconst_3
            daload
            aload 10 /* ret */
            iload 11 /* i */
            aaload
            invokevirtual org.apache.batik.ext.awt.image.AbstractLight.getLight:(DDD[D)V
         6: .line 139
            dload 1 /* x */
            dload 5 /* dx */
            dadd
            dstore 1 /* x */
         7: .line 137
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 11 /* i */
            iload 7 /* width */
            if_icmplt 5
        end local 11 // int i
         9: .line 142
            aload 10 /* ret */
            areturn
        end local 10 // double[][] ret
        end local 9 // double[][] lightRow
        end local 8 // double[][] z
        end local 7 // int width
        end local 5 // double dx
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.batik.ext.awt.image.AbstractLight this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/apache/batik/ext/awt/image/AbstractLight;
            0   10     1         x  D
            0   10     3         y  D
            0   10     5        dx  D
            0   10     7     width  I
            0   10     8         z  [[D
            0   10     9  lightRow  [[D
            1   10    10       ret  [[D
            4    9    11         i  I
    MethodParameters:
          Name  Flags
      x         
      y         
      dx        final
      width     final
      z         final
      lightRow  final
}
SourceFile: "AbstractLight.java"