public class org.apache.fop.render.ps.PSBatikFlowTextElementBridge 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.render.ps.PSBatikFlowTextElementBridge
  super_class: org.apache.batik.extension.svg.BatikFlowTextElementBridge
{
  private org.apache.fop.render.ps.PSTextPainter textPainter;
    descriptor: Lorg/apache/fop/render/ps/PSTextPainter;
    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=5, locals=2, args_size=2
        start local 0 // org.apache.fop.render.ps.PSBatikFlowTextElementBridge this
        start local 1 // org.apache.fop.fonts.FontInfo fontInfo
         0: .line 45
            aload 0 /* this */
            invokespecial org.apache.batik.extension.svg.BatikFlowTextElementBridge.<init>:()V
         1: .line 46
            aload 0 /* this */
            new org.apache.fop.render.ps.PSBatikFlowTextElementBridge$PSFlowExtTextPainter
            dup
            aload 0 /* this */
            aload 1 /* fontInfo */
            invokespecial org.apache.fop.render.ps.PSBatikFlowTextElementBridge$PSFlowExtTextPainter.<init>:(Lorg/apache/fop/render/ps/PSBatikFlowTextElementBridge;Lorg/apache/fop/fonts/FontInfo;)V
            putfield org.apache.fop.render.ps.PSBatikFlowTextElementBridge.textPainter:Lorg/apache/fop/render/ps/PSTextPainter;
         2: .line 47
            return
        end local 1 // org.apache.fop.fonts.FontInfo fontInfo
        end local 0 // org.apache.fop.render.ps.PSBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/fop/render/ps/PSBatikFlowTextElementBridge;
            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.render.ps.PSBatikFlowTextElementBridge this
         0: .line 51
            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 52
            aload 1 /* node */
            ifnull 3
         2: .line 54
            aload 1 /* node */
            checkcast org.apache.batik.bridge.TextNode
            aload 0 /* this */
            invokevirtual org.apache.fop.render.ps.PSBatikFlowTextElementBridge.getTextPainter:()Lorg/apache/batik/bridge/TextPainter;
            invokevirtual org.apache.batik.bridge.TextNode.setTextPainter:(Lorg/apache/batik/bridge/TextPainter;)V
         3: .line 56
      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.render.ps.PSBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/render/ps/PSBatikFlowTextElementBridge;
            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.render.ps.PSBatikFlowTextElementBridge this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.fop.render.ps.PSBatikFlowTextElementBridge.textPainter:Lorg/apache/fop/render/ps/PSTextPainter;
            areturn
        end local 0 // org.apache.fop.render.ps.PSBatikFlowTextElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/render/ps/PSBatikFlowTextElementBridge;
}
SourceFile: "PSBatikFlowTextElementBridge.java"
NestMembers:
  org.apache.fop.render.ps.PSBatikFlowTextElementBridge$PSFlowExtTextPainter
InnerClasses:
  private PSFlowExtTextPainter = org.apache.fop.render.ps.PSBatikFlowTextElementBridge$PSFlowExtTextPainter of org.apache.fop.render.ps.PSBatikFlowTextElementBridge