public class org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties
  super_class: java.lang.Object
{
  private org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties props;
    descriptor: Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties);
    descriptor: (Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
        start local 1 // org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties properties
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* properties */
            putfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
         2: .line 30
            return
        end local 1 // org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties properties
        end local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/poi/xddf/usermodel/XDDFStretchInfoProperties;
            0    3     1  properties  Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
    MethodParameters:
            Name  Flags
      properties  

  protected org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties getXmlObject();
    descriptor: ()Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
         0: .line 34
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            areturn
        end local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/xddf/usermodel/XDDFStretchInfoProperties;
    RuntimeVisibleAnnotations: 
      org.apache.poi.util.Internal()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.apache.poi.util.Internal()

  public org.apache.poi.xddf.usermodel.XDDFRelativeRectangle getFillRectangle();
    descriptor: ()Lorg/apache/poi/xddf/usermodel/XDDFRelativeRectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
         0: .line 38
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            invokeinterface org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties.isSetFillRect:()Z
            ifeq 2
         1: .line 39
            new org.apache.poi.xddf.usermodel.XDDFRelativeRectangle
            dup
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            invokeinterface org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties.getFillRect:()Lorg/openxmlformats/schemas/drawingml/x2006/main/CTRelativeRect;
            invokespecial org.apache.poi.xddf.usermodel.XDDFRelativeRectangle.<init>:(Lorg/openxmlformats/schemas/drawingml/x2006/main/CTRelativeRect;)V
            areturn
         2: .line 41
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/poi/xddf/usermodel/XDDFStretchInfoProperties;

  public void setFillRectangle(org.apache.poi.xddf.usermodel.XDDFRelativeRectangle);
    descriptor: (Lorg/apache/poi/xddf/usermodel/XDDFRelativeRectangle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
        start local 1 // org.apache.poi.xddf.usermodel.XDDFRelativeRectangle rectangle
         0: .line 46
            aload 1 /* rectangle */
            ifnonnull 4
         1: .line 47
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            invokeinterface org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties.isSetFillRect:()Z
            ifeq 5
         2: .line 48
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            invokeinterface org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties.unsetFillRect:()V
         3: .line 50
            goto 5
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties.props:Lorg/openxmlformats/schemas/drawingml/x2006/main/CTStretchInfoProperties;
            aload 1 /* rectangle */
            invokevirtual org.apache.poi.xddf.usermodel.XDDFRelativeRectangle.getXmlObject:()Lorg/openxmlformats/schemas/drawingml/x2006/main/CTRelativeRect;
            invokeinterface org.openxmlformats.schemas.drawingml.x2006.main.CTStretchInfoProperties.setFillRect:(Lorg/openxmlformats/schemas/drawingml/x2006/main/CTRelativeRect;)V
         5: .line 53
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.poi.xddf.usermodel.XDDFRelativeRectangle rectangle
        end local 0 // org.apache.poi.xddf.usermodel.XDDFStretchInfoProperties this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/poi/xddf/usermodel/XDDFStretchInfoProperties;
            0    6     1  rectangle  Lorg/apache/poi/xddf/usermodel/XDDFRelativeRectangle;
    MethodParameters:
           Name  Flags
      rectangle  
}
SourceFile: "XDDFStretchInfoProperties.java"