public class org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge 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$SVGFeSpotLightElementBridge
  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$SVGFeSpotLightElementBridge this
         0: .line 143
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.AbstractSVGLightingElementBridge$AbstractSVGLightElementBridge.<init>:()V
            return
        end local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge;

  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$SVGFeSpotLightElementBridge this
         0: .line 149
            ldc "feSpotLight"
            areturn
        end local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge;

  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=19, locals=21, args_size=5
        start local 0 // org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge 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 166
            aload 3 /* lightElement */
            ldc "x"
            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
            dstore 5 /* x */
        start local 5 // double x
         1: .line 169
            aload 3 /* lightElement */
            ldc "y"
            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
            dstore 7 /* y */
        start local 7 // double y
         2: .line 172
            aload 3 /* lightElement */
            ldc "z"
            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
            dstore 9 /* z */
        start local 9 // double z
         3: .line 175
            aload 3 /* lightElement */
            ldc "pointsAtX"
         4: .line 176
            fconst_0
            aload 1 /* ctx */
         5: .line 175
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
            dstore 11 /* px */
        start local 11 // double px
         6: .line 179
            aload 3 /* lightElement */
            ldc "pointsAtY"
         7: .line 180
            fconst_0
            aload 1 /* ctx */
         8: .line 179
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
            dstore 13 /* py */
        start local 13 // double py
         9: .line 183
            aload 3 /* lightElement */
            ldc "pointsAtZ"
        10: .line 184
            fconst_0
            aload 1 /* ctx */
        11: .line 183
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
            dstore 15 /* pz */
        start local 15 // double pz
        12: .line 188
            aload 3 /* lightElement */
            ldc "specularExponent"
            fconst_1
            aload 1 /* ctx */
        13: .line 187
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
            dstore 17 /* specularExponent */
        start local 17 // double specularExponent
        14: .line 192
            aload 3 /* lightElement */
            ldc "limitingConeAngle"
            ldc 90.0
            aload 1 /* ctx */
        15: .line 191
            invokestatic org.apache.batik.bridge.AbstractSVGLightingElementBridge.convertNumber:(Lorg/w3c/dom/Element;Ljava/lang/String;FLorg/apache/batik/bridge/BridgeContext;)F
            f2d
            dstore 19 /* limitingConeAngle */
        start local 19 // double limitingConeAngle
        16: .line 194
            new org.apache.batik.ext.awt.image.SpotLight
            dup
            dload 5 /* x */
            dload 7 /* y */
            dload 9 /* z */
        17: .line 195
            dload 11 /* px */
            dload 13 /* py */
            dload 15 /* pz */
        18: .line 196
            dload 17 /* specularExponent */
        19: .line 197
            dload 19 /* limitingConeAngle */
        20: .line 198
            aload 4 /* color */
        21: .line 194
            invokespecial org.apache.batik.ext.awt.image.SpotLight.<init>:(DDDDDDDDLjava/awt/Color;)V
            areturn
        end local 19 // double limitingConeAngle
        end local 17 // double specularExponent
        end local 15 // double pz
        end local 13 // double py
        end local 11 // double px
        end local 9 // double z
        end local 7 // double y
        end local 5 // double x
        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$SVGFeSpotLightElementBridge this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   22     0               this  Lorg/apache/batik/bridge/AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge;
            0   22     1                ctx  Lorg/apache/batik/bridge/BridgeContext;
            0   22     2      filterElement  Lorg/w3c/dom/Element;
            0   22     3       lightElement  Lorg/w3c/dom/Element;
            0   22     4              color  Ljava/awt/Color;
            1   22     5                  x  D
            2   22     7                  y  D
            3   22     9                  z  D
            6   22    11                 px  D
            9   22    13                 py  D
           12   22    15                 pz  D
           14   22    17   specularExponent  D
           16   22    19  limitingConeAngle  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 SVGFeSpotLightElementBridge = org.apache.batik.bridge.AbstractSVGLightingElementBridge$SVGFeSpotLightElementBridge of org.apache.batik.bridge.AbstractSVGLightingElementBridge