public class org.apache.fop.svg.PDFBatikFlowTextElementBridge extends org.apache.batik.extension.svg.BatikFlowTextElementBridge
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.svg.PDFBatikFlowTextElementBridge
  super_class: org.apache.batik.extension.svg.BatikFlowTextElementBridge
{
  private org.apache.fop.svg.PDFTextPainter textPainter;
    descriptor: Lorg/apache/fop/svg/PDFTextPainter;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.fop.fonts.FontInfo);
    descriptor: (Lorg/apache/fop/fonts/FontInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
        start local 1 // org.apache.fop.fonts.FontInfo fontInfo
         0: .line 41
            aload 0 /* this */
            invokespecial org.apache.batik.extension.svg.BatikFlowTextElementBridge.<init>:()V
         1: .line 42
            aload 0 /* this */
            new org.apache.fop.svg.PDFFlowExtTextPainter
            dup
            aload 1 /* fontInfo */
            invokespecial org.apache.fop.svg.PDFFlowExtTextPainter.<init>:(Lorg/apache/fop/fonts/FontInfo;)V
            putfield org.apache.fop.svg.PDFBatikFlowTextElementBridge.textPainter:Lorg/apache/fop/svg/PDFTextPainter;
         2: .line 43
            return
        end local 1 // org.apache.fop.fonts.FontInfo fontInfo
        end local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/fop/svg/PDFBatikFlowTextElementBridge;
            0    3     1  fontInfo  Lorg/apache/fop/fonts/FontInfo;
    MethodParameters:
          Name  Flags
      fontInfo  

  protected org.apache.batik.gvt.GraphicsNode instantiateGraphicsNode();
    descriptor: ()Lorg/apache/batik/gvt/GraphicsNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
         0: .line 47
            aload 0 /* this */
            invokespecial org.apache.batik.extension.svg.BatikFlowTextElementBridge.instantiateGraphicsNode:()Lorg/apache/batik/gvt/GraphicsNode;
            astore 1 /* node */
        start local 1 // org.apache.batik.gvt.GraphicsNode node
         1: .line 48
            aload 1 /* node */
            ifnull 3
         2: .line 50
            aload 1 /* node */
            checkcast org.apache.batik.bridge.TextNode
            aload 0 /* this */
            invokevirtual org.apache.fop.svg.PDFBatikFlowTextElementBridge.getTextPainter:()Lorg/apache/batik/bridge/TextPainter;
            invokevirtual org.apache.batik.bridge.TextNode.setTextPainter:(Lorg/apache/batik/bridge/TextPainter;)V
         3: .line 52
      StackMap locals: org.apache.batik.gvt.GraphicsNode
      StackMap stack:
            aload 1 /* node */
            areturn
        end local 1 // org.apache.batik.gvt.GraphicsNode node
        end local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/svg/PDFBatikFlowTextElementBridge;
            1    4     1  node  Lorg/apache/batik/gvt/GraphicsNode;

  public org.apache.batik.bridge.TextPainter getTextPainter();
    descriptor: ()Lorg/apache/batik/bridge/TextPainter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
         0: .line 60
            aload 0 /* this */
            getfield org.apache.fop.svg.PDFBatikFlowTextElementBridge.textPainter:Lorg/apache/fop/svg/PDFTextPainter;
            areturn
        end local 0 // org.apache.fop.svg.PDFBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFBatikFlowTextElementBridge;
}
SourceFile: "PDFBatikFlowTextElementBridge.java"