public class org.apache.batik.ext.awt.image.DistantLight extends org.apache.batik.ext.awt.image.AbstractLight
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.DistantLight
  super_class: org.apache.batik.ext.awt.image.AbstractLight
{
  private double azimuth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double elevation;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double Lx;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double Ly;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double Lz;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public double getAzimuth();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.DistantLight this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.azimuth:D
            dreturn
        end local 0 // org.apache.batik.ext.awt.image.DistantLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/DistantLight;

  public double getElevation();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.DistantLight this
         0: .line 59
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.elevation:D
            dreturn
        end local 0 // org.apache.batik.ext.awt.image.DistantLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/DistantLight;

  public void <init>(double, double, java.awt.Color);
    descriptor: (DDLjava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.apache.batik.ext.awt.image.DistantLight this
        start local 1 // double azimuth
        start local 3 // double elevation
        start local 5 // java.awt.Color color
         0: .line 63
            aload 0 /* this */
            aload 5 /* color */
            invokespecial org.apache.batik.ext.awt.image.AbstractLight.<init>:(Ljava/awt/Color;)V
         1: .line 65
            aload 0 /* this */
            dload 1 /* azimuth */
            putfield org.apache.batik.ext.awt.image.DistantLight.azimuth:D
         2: .line 66
            aload 0 /* this */
            dload 3 /* elevation */
            putfield org.apache.batik.ext.awt.image.DistantLight.elevation:D
         3: .line 68
            aload 0 /* this */
            dload 1 /* azimuth */
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.cos:(D)D
            dload 3 /* elevation */
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.cos:(D)D
            dmul
            putfield org.apache.batik.ext.awt.image.DistantLight.Lx:D
         4: .line 69
            aload 0 /* this */
            dload 1 /* azimuth */
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.sin:(D)D
            dload 3 /* elevation */
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.cos:(D)D
            dmul
            putfield org.apache.batik.ext.awt.image.DistantLight.Ly:D
         5: .line 70
            aload 0 /* this */
            dload 3 /* elevation */
            invokestatic java.lang.Math.toRadians:(D)D
            invokestatic java.lang.Math.sin:(D)D
            putfield org.apache.batik.ext.awt.image.DistantLight.Lz:D
         6: .line 71
            return
        end local 5 // java.awt.Color color
        end local 3 // double elevation
        end local 1 // double azimuth
        end local 0 // org.apache.batik.ext.awt.image.DistantLight this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/batik/ext/awt/image/DistantLight;
            0    7     1    azimuth  D
            0    7     3  elevation  D
            0    7     5      color  Ljava/awt/Color;
    MethodParameters:
           Name  Flags
      azimuth    
      elevation  
      color      

  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.DistantLight this
         0: .line 77
            iconst_1
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.DistantLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/DistantLight;

  public void getLight(double, double, double, double[]);
    descriptor: (DDD[D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // org.apache.batik.ext.awt.image.DistantLight this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
        start local 7 // double[] L
         0: .line 89
            aload 7 /* L */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lx:D
            dastore
         1: .line 90
            aload 7 /* L */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Ly:D
            dastore
         2: .line 91
            aload 7 /* L */
            iconst_2
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lz:D
            dastore
         3: .line 92
            return
        end local 7 // double[] L
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.batik.ext.awt.image.DistantLight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/ext/awt/image/DistantLight;
            0    4     1     x  D
            0    4     3     y  D
            0    4     5     z  D
            0    4     7     L  [D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final
      L     final

  public double[][] getLightRow(double, double, double, int, double[][], double[][]);
    descriptor: (DDDI[[D[[D)[[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=18, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.DistantLight 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 114
            aload 9 /* lightRow */
            astore 10 /* ret */
        start local 10 // double[][] ret
         1: .line 116
            aload 10 /* ret */
            ifnonnull 13
         2: .line 119
            iload 7 /* width */
            anewarray double[]
            astore 10 /* ret */
         3: .line 121
            iconst_3
            newarray 7
            astore 11 /* CL */
        start local 11 // double[] CL
         4: .line 122
            aload 11 /* CL */
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lx:D
            dastore
         5: .line 123
            aload 11 /* CL */
            iconst_1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Ly:D
            dastore
         6: .line 124
            aload 11 /* CL */
            iconst_2
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lz:D
            dastore
         7: .line 126
            iconst_0
            istore 12 /* i */
        start local 12 // int i
         8: goto 11
         9: .line 127
      StackMap locals: double[][] double[] int
      StackMap stack:
            aload 10 /* ret */
            iload 12 /* i */
            aload 11 /* CL */
            aastore
        10: .line 126
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 12 /* i */
            iload 7 /* width */
            if_icmplt 9
        end local 12 // int i
        end local 11 // double[] CL
        12: .line 129
            goto 23
        13: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lx:D
            dstore 11 /* lx */
        start local 11 // double lx
        14: .line 131
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Ly:D
            dstore 13 /* ly */
        start local 13 // double ly
        15: .line 132
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.DistantLight.Lz:D
            dstore 15 /* lz */
        start local 15 // double lz
        16: .line 134
            iconst_0
            istore 17 /* i */
        start local 17 // int i
        17: goto 22
        18: .line 135
      StackMap locals: org.apache.batik.ext.awt.image.DistantLight double double double int double[][] double[][] double[][] double double double int
      StackMap stack:
            aload 10 /* ret */
            iload 17 /* i */
            aaload
            iconst_0
            dload 11 /* lx */
            dastore
        19: .line 136
            aload 10 /* ret */
            iload 17 /* i */
            aaload
            iconst_1
            dload 13 /* ly */
            dastore
        20: .line 137
            aload 10 /* ret */
            iload 17 /* i */
            aaload
            iconst_2
            dload 15 /* lz */
            dastore
        21: .line 134
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 17 /* i */
            iload 7 /* width */
            if_icmplt 18
        end local 17 // int i
        end local 15 // double lz
        end local 13 // double ly
        end local 11 // double lx
        23: .line 141
      StackMap locals: org.apache.batik.ext.awt.image.DistantLight double double double int double[][] double[][] double[][]
      StackMap stack:
            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.DistantLight this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lorg/apache/batik/ext/awt/image/DistantLight;
            0   24     1         x  D
            0   24     3         y  D
            0   24     5        dx  D
            0   24     7     width  I
            0   24     8         z  [[D
            0   24     9  lightRow  [[D
            1   24    10       ret  [[D
            4   12    11        CL  [D
            8   12    12         i  I
           14   23    11        lx  D
           15   23    13        ly  D
           16   23    15        lz  D
           17   23    17         i  I
    MethodParameters:
          Name  Flags
      x         
      y         
      dx        final
      width     final
      z         final
      lightRow  final
}
SourceFile: "DistantLight.java"