public final class org.apache.fop.render.rtf.BorderAttributesConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.fop.render.rtf.BorderAttributesConverter
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.render.rtf.BorderAttributesConverter this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            return
        end local 0 // org.apache.fop.render.rtf.BorderAttributesConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/render/rtf/BorderAttributesConverter;

  public static void makeBorder(org.apache.fop.fo.properties.CommonBorderPaddingBackground, int, org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes, java.lang.String);
    descriptor: (Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;ILorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.apache.fop.fo.properties.CommonBorderPaddingBackground border
        start local 1 // int side
        start local 2 // org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes attributes
        start local 3 // java.lang.String controlWord
         0: .line 56
            aload 0 /* border */
            iload 1 /* side */
            invokevirtual org.apache.fop.fo.properties.CommonBorderPaddingBackground.getBorderStyle:(I)I
            istore 4 /* styleEnum */
        start local 4 // int styleEnum
         1: .line 57
            iload 4 /* styleEnum */
            bipush 95
            if_icmpeq 8
         2: .line 58
            new org.apache.fop.render.rtf.FOPRtfAttributes
            dup
            invokespecial org.apache.fop.render.rtf.FOPRtfAttributes.<init>:()V
            astore 5 /* attrs */
        start local 5 // org.apache.fop.render.rtf.FOPRtfAttributes attrs
         3: .line 59
            aload 5 /* attrs */
            ldc "brdrcf"
            aload 0 /* border */
            iload 1 /* side */
            invokevirtual org.apache.fop.fo.properties.CommonBorderPaddingBackground.getBorderColor:(I)Ljava/awt/Color;
            invokevirtual org.apache.fop.render.rtf.FOPRtfAttributes.set:(Ljava/lang/String;Ljava/awt/Color;)Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;
            pop
         4: .line 60
            aload 5 /* attrs */
            iload 4 /* styleEnum */
            invokestatic org.apache.fop.render.rtf.BorderAttributesConverter.convertAttributetoRtf:(I)Ljava/lang/String;
            invokevirtual org.apache.fop.render.rtf.FOPRtfAttributes.set:(Ljava/lang/String;)Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;
            pop
         5: .line 62
            aload 5 /* attrs */
            ldc "brdrw"
            aload 0 /* border */
            iload 1 /* side */
            iconst_0
            invokevirtual org.apache.fop.fo.properties.CommonBorderPaddingBackground.getBorderWidth:(IZ)I
            bipush 50
            idiv
            invokevirtual org.apache.fop.render.rtf.FOPRtfAttributes.set:(Ljava/lang/String;I)Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;
            pop
         6: .line 63
            aload 2 /* attributes */
            aload 3 /* controlWord */
            aload 5 /* attrs */
            invokevirtual org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes.set:(Ljava/lang/String;Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;)Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;
            pop
        end local 5 // org.apache.fop.render.rtf.FOPRtfAttributes attrs
         7: .line 68
            goto 16
         8: .line 72
      StackMap locals: int
      StackMap stack:
            aload 0 /* border */
            iload 1 /* side */
            iconst_0
            aconst_null
            invokevirtual org.apache.fop.fo.properties.CommonBorderPaddingBackground.getPadding:(IZLorg/apache/fop/datatypes/PercentBaseContext;)I
            i2d
            ldc 1000.0
            ddiv
            dstore 5 /* paddingPt */
        start local 5 // double paddingPt
         9: .line 74
            dload 5 /* paddingPt */
            ldc 20.0
            dmul
            invokestatic java.lang.Math.round:(D)J
            l2i
            istore 7 /* padding */
        start local 7 // int padding
        10: .line 78
            iload 7 /* padding */
            ifeq 16
        11: .line 79
            iload 1 /* side */
            ifne 14
        12: .line 80
            aload 2 /* attributes */
            iload 7 /* padding */
            ldc "sb"
            invokevirtual org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes.addIntegerValue:(ILjava/lang/String;)V
        13: .line 81
            goto 16
      StackMap locals: double int
      StackMap stack:
        14: iload 1 /* side */
            iconst_1
            if_icmpne 16
        15: .line 82
            aload 2 /* attributes */
            iload 7 /* padding */
            ldc "sa"
            invokevirtual org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes.addIntegerValue:(ILjava/lang/String;)V
        end local 7 // int padding
        end local 5 // double paddingPt
        16: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int styleEnum
        end local 3 // java.lang.String controlWord
        end local 2 // org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes attributes
        end local 1 // int side
        end local 0 // org.apache.fop.fo.properties.CommonBorderPaddingBackground border
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0       border  Lorg/apache/fop/fo/properties/CommonBorderPaddingBackground;
            0   17     1         side  I
            0   17     2   attributes  Lorg/apache/fop/render/rtf/rtflib/rtfdoc/RtfAttributes;
            0   17     3  controlWord  Ljava/lang/String;
            1   17     4    styleEnum  I
            3    7     5        attrs  Lorg/apache/fop/render/rtf/FOPRtfAttributes;
            9   16     5    paddingPt  D
           10   16     7      padding  I
    MethodParameters:
             Name  Flags
      border       
      side         
      attributes   
      controlWord  

  public static java.lang.String convertAttributetoRtf(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int iBorderStyle
         0: .line 96
            iload 0 /* iBorderStyle */
            bipush 95
            if_icmpne 2
         1: .line 97
            ldc "brdrnil"
            areturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            sipush 133
            if_icmpne 4
         3: .line 99
            ldc "brdrs"
            areturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 37
            if_icmpne 6
         5: .line 107
            ldc "brdrdb"
            areturn
         6: .line 108
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 36
            if_icmpne 8
         7: .line 109
            ldc "brdrdot"
            areturn
         8: .line 110
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 31
            if_icmpne 10
         9: .line 111
            ldc "brdrdash"
            areturn
        10: .line 112
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 55
            if_icmpne 12
        11: .line 113
            ldc "brdrengrave"
            areturn
        12: .line 114
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 119
            if_icmpne 14
        13: .line 115
            ldc "brdremboss"
            areturn
        14: .line 116
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 67
            if_icmpne 16
        15: .line 117
            ldc "brdrengrave"
            areturn
        16: .line 118
      StackMap locals:
      StackMap stack:
            iload 0 /* iBorderStyle */
            bipush 101
            if_icmpne 18
        17: .line 119
            ldc "brdremboss"
            areturn
        18: .line 139
      StackMap locals:
      StackMap stack:
            ldc "brdrs"
            areturn
        end local 0 // int iBorderStyle
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0  iBorderStyle  I
    MethodParameters:
              Name  Flags
      iBorderStyle  
}
SourceFile: "BorderAttributesConverter.java"