public interface org.apache.batik.ext.awt.image.Light
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.batik.ext.awt.image.Light
  super_class: java.lang.Object
{
  public abstract boolean isConstant();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void getLight(double, double, double, double[]);
    descriptor: (DDD[D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final
      L     final

  public abstract double[][][] getLightMap(double, double, double, double, int, int, double[][][]);
    descriptor: (DDDDII[[[D)[[[D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      x       
      y       
      dx      final
      dy      final
      width   final
      height  final
      z       final

  public abstract double[][] getLightRow(double, double, double, int, double[][], double[][]);
    descriptor: (DDDI[[D[[D)[[D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      x         
      y         
      dx        final
      width     final
      z         final
      lightRow  final

  public abstract double[] getColor(boolean);
    descriptor: (Z)[D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      linear  

  public abstract void setColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      color  
}
SourceFile: "Light.java"