public class org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge extends org.apache.batik.bridge.AbstractSVGLightingElementBridge$AbstractSVGLightElementBridge
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge
  super_class: org.apache.batik.bridge.AbstractSVGLightingElementBridge$AbstractSVGLightElementBridge
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
         0: .line 211
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.AbstractSVGLightingElementBridge$AbstractSVGLightElementBridge.<init>:()V
            return
        end local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge;

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
         0: .line 217
            ldc "feDistantLight"
            areturn
        end local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge;

  public org.apache.batik.ext.awt.image.Light createLight(org.apache.batik.bridge.BridgeContext, org.w3c.dom.Element, org.w3c.dom.Element, java.awt.Color);
    descriptor: (Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Ljava/awt/Color;)Lorg/apache/batik/ext/awt/image/Light;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
        start local 1 // org.apache.batik.bridge.BridgeContext ctx
        start local 2 // org.w3c.dom.Element filterElement
        start local 3 // org.w3c.dom.Element lightElement
        start local 4 // java.awt.Color color
         0: .line 235
            aload 3 /* lightElement */
            ldc "azimuth"
            fconst_0
            aload 1 /* ctx */
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
         1: .line 234
            dstore 5 /* azimuth */
        start local 5 // double azimuth
         2: .line 239
            aload 3 /* lightElement */
            ldc "elevation"
            fconst_0
            aload 1 /* ctx */
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
         3: .line 238
            dstore 7 /* elevation */
        start local 7 // double elevation
         4: .line 241
            new org.apache.batik.ext.awt.image.DistantLight
            dup
            dload 5 /* azimuth */
            dload 7 /* elevation */
            aload 4 /* color */
            invokespecial org.apache.batik.ext.awt.image.DistantLight.<init>:(DDLjava/awt/Color;)V
            areturn
        end local 7 // double elevation
        end local 5 // double azimuth
        end local 4 // java.awt.Color color
        end local 3 // org.w3c.dom.Element lightElement
        end local 2 // org.w3c.dom.Element filterElement
        end local 1 // org.apache.batik.bridge.BridgeContext ctx
        end local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge;
            0    5     1            ctx  Lorg/apache/batik/bridge/BridgeContext;
            0    5     2  filterElement  Lorg/w3c/dom/Element;
            0    5     3   lightElement  Lorg/w3c/dom/Element;
            0    5     4          color  Ljava/awt/Color;
            2    5     5        azimuth  D
            4    5     7      elevation  D
    MethodParameters:
               Name  Flags
      ctx            
      filterElement  
      lightElement   
      color          
}
SourceFile: "AbstractSVGLightingElementBridge.java"
NestHost: org.apache.batik.bridge.AbstractSVGLightingElementBridge
InnerClasses:
  protected abstract AbstractSVGLightElementBridge = org.apache.batik.bridge.AbstractSVGLightingElementBridge$AbstractSVGLightElementBridge of org.apache.batik.bridge.AbstractSVGLightingElementBridge
  public SVGFeDistantLightElementBridge = org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeDistantLightElementBridge of org.apache.batik.bridge.AbstractSVGLightingElementBridge