public class com.sun.prism.image.CachingCompoundImage extends com.sun.prism.image.CompoundImage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.prism.image.CachingCompoundImage
  super_class: com.sun.prism.image.CompoundImage
{
  public void <init>(com.sun.prism.Image, int);
    descriptor: (Lcom/sun/prism/Image;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.prism.image.CachingCompoundImage this
        start local 1 // com.sun.prism.Image image
        start local 2 // int maxSize
         0: .line 39
            aload 0 /* this */
            aload 1 /* image */
            iload 2 /* maxSize */
            invokespecial com.sun.prism.image.CompoundImage.<init>:(Lcom/sun/prism/Image;I)V
         1: .line 40
            return
        end local 2 // int maxSize
        end local 1 // com.sun.prism.Image image
        end local 0 // com.sun.prism.image.CachingCompoundImage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/prism/image/CachingCompoundImage;
            0    2     1    image  Lcom/sun/prism/Image;
            0    2     2  maxSize  I
    MethodParameters:
         Name  Flags
      image    
      maxSize  

  public com.sun.prism.Texture getTile(int, int, com.sun.prism.ResourceFactory);
    descriptor: (IILcom/sun/prism/ResourceFactory;)Lcom/sun/prism/Texture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.prism.image.CachingCompoundImage this
        start local 1 // int x
        start local 2 // int y
        start local 3 // com.sun.prism.ResourceFactory factory
         0: .line 44
            aload 3 /* factory */
            aload 0 /* this */
            getfield com.sun.prism.image.CachingCompoundImage.tiles:[Lcom/sun/prism/Image;
            iload 1 /* x */
            iload 2 /* y */
            aload 0 /* this */
            getfield com.sun.prism.image.CachingCompoundImage.uSections:I
            imul
            iadd
            aaload
         1: .line 45
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_EDGE:Lcom/sun/prism/Texture$WrapMode;
         2: .line 44
            invokeinterface com.sun.prism.ResourceFactory.getCachedTexture:(Lcom/sun/prism/Image;Lcom/sun/prism/Texture$WrapMode;)Lcom/sun/prism/Texture;
            areturn
        end local 3 // com.sun.prism.ResourceFactory factory
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.prism.image.CachingCompoundImage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/prism/image/CachingCompoundImage;
            0    3     1        x  I
            0    3     2        y  I
            0    3     3  factory  Lcom/sun/prism/ResourceFactory;
    MethodParameters:
         Name  Flags
      x        
      y        
      factory  
}
SourceFile: "CachingCompoundImage.java"
InnerClasses:
  public final WrapMode = com.sun.prism.Texture$WrapMode of com.sun.prism.Texture