public class org.apache.xmlgraphics.image.loader.ImageSize
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xmlgraphics.image.loader.ImageSize
  super_class: java.lang.Object
{
  private int widthPx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int heightPx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int widthMpt;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int heightMpt;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int baselinePositionFromBottomMpt;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private double dpiHorizontal;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double dpiVertical;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int, double, double);
    descriptor: (IIDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // int widthPx
        start local 2 // int heightPx
        start local 3 // double dpiHorizontal
        start local 5 // double dpiVertical
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iload 1 /* widthPx */
            iload 2 /* heightPx */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.setSizeInPixels:(II)V
         2: .line 53
            aload 0 /* this */
            dload 3 /* dpiHorizontal */
            dload 5 /* dpiVertical */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.setResolution:(DD)V
         3: .line 54
            return
        end local 5 // double dpiVertical
        end local 3 // double dpiHorizontal
        end local 2 // int heightPx
        end local 1 // int widthPx
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    4     1        widthPx  I
            0    4     2       heightPx  I
            0    4     3  dpiHorizontal  D
            0    4     5    dpiVertical  D
    MethodParameters:
               Name  Flags
      widthPx        
      heightPx       
      dpiHorizontal  
      dpiVertical    

  public void <init>(int, int, double);
    descriptor: (IID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // int widthPx
        start local 2 // int heightPx
        start local 3 // double dpi
         0: .line 63
            aload 0 /* this */
            iload 1 /* widthPx */
            iload 2 /* heightPx */
            dload 3 /* dpi */
            dload 3 /* dpi */
            invokespecial org.apache.xmlgraphics.image.loader.ImageSize.<init>:(IIDD)V
         1: .line 64
            return
        end local 3 // double dpi
        end local 2 // int heightPx
        end local 1 // int widthPx
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    2     1   widthPx  I
            0    2     2  heightPx  I
            0    2     3       dpi  D
    MethodParameters:
          Name  Flags
      widthPx   
      heightPx  
      dpi       

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            return
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public void setSizeInPixels(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // int width
        start local 2 // int height
         0: .line 79
            aload 0 /* this */
            iload 1 /* width */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.widthPx:I
         1: .line 80
            aload 0 /* this */
            iload 2 /* height */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.heightPx:I
         2: .line 81
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    3     1   width  I
            0    3     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public void setSizeInMillipoints(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // int width
        start local 2 // int height
         0: .line 89
            aload 0 /* this */
            iload 1 /* width */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.widthMpt:I
         1: .line 90
            aload 0 /* this */
            iload 2 /* height */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.heightMpt:I
         2: .line 91
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    3     1   width  I
            0    3     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public void setResolution(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // double horizontal
        start local 3 // double vertical
         0: .line 99
            aload 0 /* this */
            dload 1 /* horizontal */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.dpiHorizontal:D
         1: .line 100
            aload 0 /* this */
            dload 3 /* vertical */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.dpiVertical:D
         2: .line 101
            return
        end local 3 // double vertical
        end local 1 // double horizontal
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    3     1  horizontal  D
            0    3     3    vertical  D
    MethodParameters:
            Name  Flags
      horizontal  
      vertical    

  public void setResolution(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // double resolution
         0: .line 108
            aload 0 /* this */
            dload 1 /* resolution */
            dload 1 /* resolution */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.setResolution:(DD)V
         1: .line 109
            return
        end local 1 // double resolution
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    2     1  resolution  D
    MethodParameters:
            Name  Flags
      resolution  

  public void setBaselinePositionFromBottom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
        start local 1 // int distance
         0: .line 119
            aload 0 /* this */
            iload 1 /* distance */
            putfield org.apache.xmlgraphics.image.loader.ImageSize.baselinePositionFromBottomMpt:I
         1: .line 120
            return
        end local 1 // int distance
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            0    2     1  distance  I
    MethodParameters:
          Name  Flags
      distance  

  public int getBaselinePositionFromBottom();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.baselinePositionFromBottomMpt:I
            ireturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public int getWidthPx();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 138
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.widthPx:I
            ireturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public int getHeightPx();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 146
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.heightPx:I
            ireturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public int getWidthMpt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 154
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.widthMpt:I
            ireturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public int getHeightMpt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 162
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.heightMpt:I
            ireturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public double getDpiHorizontal();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 170
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiHorizontal:D
            dreturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public double getDpiVertical();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 178
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiVertical:D
            dreturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public java.awt.Dimension getDimensionMpt();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 186
            new java.awt.Dimension
            dup
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthMpt:()I
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightMpt:()I
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public java.awt.geom.Dimension2D getDimensionPt();
    descriptor: ()Ljava/awt/geom/Dimension2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 194
            new org.apache.xmlgraphics.java2d.Dimension2DDouble
            dup
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthMpt:()I
            i2d
            ldc 1000.0
            ddiv
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightMpt:()I
            i2d
            ldc 1000.0
            ddiv
            invokespecial org.apache.xmlgraphics.java2d.Dimension2DDouble.<init>:(DD)V
            areturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public java.awt.Dimension getDimensionPx();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 202
            new java.awt.Dimension
            dup
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthPx:()I
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightPx:()I
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  private void checkResolutionAvailable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 206
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiHorizontal:D
            dconst_0
            dcmpl
            ifeq 1
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiVertical:D
            dconst_0
            dcmpl
            ifne 2
         1: .line 207
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "The resolution must be set"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 209
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public void calcSizeFromPixels();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 215
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.checkResolutionAvailable:()V
         1: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.widthPx:I
            i2d
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiHorizontal:D
            ddiv
            invokestatic org.apache.xmlgraphics.util.UnitConv.in2mpt:(D)D
            invokestatic java.lang.Math.round:(D)J
            l2i
            putfield org.apache.xmlgraphics.image.loader.ImageSize.widthMpt:I
         2: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.heightPx:I
            i2d
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiVertical:D
            ddiv
            invokestatic org.apache.xmlgraphics.util.UnitConv.in2mpt:(D)D
            invokestatic java.lang.Math.round:(D)J
            l2i
            putfield org.apache.xmlgraphics.image.loader.ImageSize.heightMpt:I
         3: .line 218
            return
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public void calcPixelsFromSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 224
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.checkResolutionAvailable:()V
         1: .line 225
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.widthMpt:I
            i2d
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiHorizontal:D
            dmul
            invokestatic org.apache.xmlgraphics.util.UnitConv.mpt2in:(D)D
            invokestatic java.lang.Math.round:(D)J
            l2i
            putfield org.apache.xmlgraphics.image.loader.ImageSize.widthPx:I
         2: .line 226
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.heightMpt:I
            i2d
            aload 0 /* this */
            getfield org.apache.xmlgraphics.image.loader.ImageSize.dpiVertical:D
            dmul
            invokestatic org.apache.xmlgraphics.util.UnitConv.mpt2in:(D)D
            invokestatic java.lang.Math.round:(D)J
            l2i
            putfield org.apache.xmlgraphics.image.loader.ImageSize.heightPx:I
         3: .line 227
            return
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
         0: .line 231
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 232
            aload 1 /* sb */
            ldc "Size: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 233
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthMpt:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            bipush 120
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightMpt:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            ldc " mpt"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 234
            aload 1 /* sb */
            ldc " ("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 235
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthPx:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            bipush 120
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightPx:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            ldc " px"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 236
            aload 1 /* sb */
            ldc " at "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getDpiHorizontal:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            bipush 120
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getDpiVertical:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            pop
         6: .line 237
            aload 1 /* sb */
            ldc " dpi"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 238
            aload 1 /* sb */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 239
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // org.apache.xmlgraphics.image.loader.ImageSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/xmlgraphics/image/loader/ImageSize;
            1    9     1    sb  Ljava/lang/StringBuffer;
}
SourceFile: "ImageSize.java"