class com.sun.prism.j2d.J2DRTTexture extends com.sun.prism.j2d.J2DTexture implements com.sun.prism.RTTexture
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.j2d.J2DRTTexture
  super_class: com.sun.prism.j2d.J2DTexture
{
  protected com.sun.prism.j2d.J2DResourceFactory factory;
    descriptor: Lcom/sun/prism/j2d/J2DResourceFactory;
    flags: (0x0004) ACC_PROTECTED

  private boolean opaque;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, int, com.sun.prism.j2d.J2DResourceFactory);
    descriptor: (IILcom/sun/prism/j2d/J2DResourceFactory;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // int w
        start local 2 // int h
        start local 3 // com.sun.prism.j2d.J2DResourceFactory factory
         0: .line 45
            aload 0 /* this */
            new java.awt.image.BufferedImage
            dup
            iload 1 /* w */
            iload 2 /* h */
            iconst_3
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
         1: .line 46
            getstatic com.sun.prism.PixelFormat.INT_ARGB_PRE:Lcom/sun/prism/PixelFormat;
         2: .line 47
            getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_ZERO:Lcom/sun/prism/Texture$WrapMode;
            invokespecial com.sun.prism.j2d.J2DTexture.<init>:(Ljava/awt/image/BufferedImage;Lcom/sun/prism/PixelFormat;Lcom/sun/javafx/image/PixelSetter;Lcom/sun/prism/Texture$WrapMode;)V
         3: .line 48
            aload 0 /* this */
            aload 3 /* factory */
            putfield com.sun.prism.j2d.J2DRTTexture.factory:Lcom/sun/prism/j2d/J2DResourceFactory;
         4: .line 49
            aload 0 /* this */
            iconst_0
            putfield com.sun.prism.j2d.J2DRTTexture.opaque:Z
         5: .line 50
            return
        end local 3 // com.sun.prism.j2d.J2DResourceFactory factory
        end local 2 // int h
        end local 1 // int w
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    6     1        w  I
            0    6     2        h  I
            0    6     3  factory  Lcom/sun/prism/j2d/J2DResourceFactory;
    MethodParameters:
         Name  Flags
      w        
      h        
      factory  

  public int[] getPixels();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 53
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getBufferedImage:()Ljava/awt/image/BufferedImage;
            astore 1 /* bimg */
        start local 1 // java.awt.image.BufferedImage bimg
         1: .line 54
            aload 1 /* bimg */
            invokevirtual java.awt.image.BufferedImage.getRaster:()Ljava/awt/image/WritableRaster;
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            astore 2 /* db */
        start local 2 // java.awt.image.DataBuffer db
         2: .line 55
            aload 2 /* db */
            instanceof java.awt.image.DataBufferInt
            ifeq 4
         3: .line 56
            aload 2 /* db */
            checkcast java.awt.image.DataBufferInt
            invokevirtual java.awt.image.DataBufferInt.getData:()[I
            areturn
         4: .line 58
      StackMap locals: java.awt.image.BufferedImage java.awt.image.DataBuffer
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.awt.image.DataBuffer db
        end local 1 // java.awt.image.BufferedImage bimg
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/prism/j2d/J2DRTTexture;
            1    5     1  bimg  Ljava/awt/image/BufferedImage;
            2    5     2    db  Ljava/awt/image/DataBuffer;

  public boolean readPixels(java.nio.Buffer, int, int, int, int);
    descriptor: (Ljava/nio/Buffer;IIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // java.nio.Buffer pixels
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
         0: .line 62
            iload 2 /* x */
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentX:()I
            if_icmpne 2
            iload 3 /* y */
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentY:()I
            if_icmpne 2
         1: .line 63
            iload 4 /* width */
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentWidth:()I
            if_icmpne 2
            iload 5 /* height */
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentHeight:()I
            if_icmpeq 3
         2: .line 65
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "reading subtexture not yet supported!"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pixels */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.readPixels:(Ljava/nio/Buffer;)Z
            ireturn
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.nio.Buffer pixels
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    4     1  pixels  Ljava/nio/Buffer;
            0    4     2       x  I
            0    4     3       y  I
            0    4     4   width  I
            0    4     5  height  I
    MethodParameters:
        Name  Flags
      pixels  
      x       
      y       
      width   
      height  

  public boolean readPixels(java.nio.Buffer);
    descriptor: (Ljava/nio/Buffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // java.nio.Buffer pixels
         0: .line 73
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentWidth:()I
            istore 2 /* w */
        start local 2 // int w
         1: .line 74
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getContentHeight:()I
            istore 3 /* h */
        start local 3 // int h
         2: .line 75
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getPixels:()[I
            astore 4 /* pixbuf */
        start local 4 // int[] pixbuf
         3: .line 77
            aload 1 /* pixels */
            invokevirtual java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         4: .line 80
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 20
         6: .line 81
      StackMap locals: com.sun.prism.j2d.J2DRTTexture java.nio.Buffer int int int[] int
      StackMap stack:
            aload 4 /* pixbuf */
            iload 5 /* i */
            iaload
            istore 6 /* argb */
        start local 6 // int argb
         7: .line 82
            aload 1 /* pixels */
            instanceof java.nio.IntBuffer
            ifeq 10
         8: .line 83
            aload 1 /* pixels */
            checkcast java.nio.IntBuffer
            iload 6 /* argb */
            invokevirtual java.nio.IntBuffer.put:(I)Ljava/nio/IntBuffer;
            pop
         9: .line 84
            goto 19
      StackMap locals: int
      StackMap stack:
        10: aload 1 /* pixels */
            instanceof java.nio.ByteBuffer
            ifeq 19
        11: .line 85
            iload 6 /* argb */
            bipush 24
            ishr
            i2b
            istore 7 /* a */
        start local 7 // byte a
        12: .line 86
            iload 6 /* argb */
            bipush 16
            ishr
            i2b
            istore 8 /* r */
        start local 8 // byte r
        13: .line 87
            iload 6 /* argb */
            bipush 8
            ishr
            i2b
            istore 9 /* g */
        start local 9 // byte g
        14: .line 88
            iload 6 /* argb */
            i2b
            istore 10 /* b */
        start local 10 // byte b
        15: .line 89
            aload 1 /* pixels */
            checkcast java.nio.ByteBuffer
            iload 10 /* b */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        16: .line 90
            aload 1 /* pixels */
            checkcast java.nio.ByteBuffer
            iload 9 /* g */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        17: .line 91
            aload 1 /* pixels */
            checkcast java.nio.ByteBuffer
            iload 8 /* r */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        18: .line 92
            aload 1 /* pixels */
            checkcast java.nio.ByteBuffer
            iload 7 /* a */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        end local 10 // byte b
        end local 9 // byte g
        end local 8 // byte r
        end local 7 // byte a
        end local 6 // int argb
        19: .line 80
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            iload 2 /* w */
            iload 3 /* h */
            imul
            if_icmplt 6
        end local 5 // int i
        21: .line 95
            aload 1 /* pixels */
            invokevirtual java.nio.Buffer.rewind:()Ljava/nio/Buffer;
            pop
        22: .line 96
            iconst_1
            ireturn
        end local 4 // int[] pixbuf
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.nio.Buffer pixels
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/sun/prism/j2d/J2DRTTexture;
            0   23     1  pixels  Ljava/nio/Buffer;
            1   23     2       w  I
            2   23     3       h  I
            3   23     4  pixbuf  [I
            5   21     5       i  I
            7   19     6    argb  I
           12   19     7       a  B
           13   19     8       r  B
           14   19     9       g  B
           15   19    10       b  B
    MethodParameters:
        Name  Flags
      pixels  

  public com.sun.prism.Graphics createGraphics();
    descriptor: ()Lcom/sun/prism/Graphics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 100
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getBufferedImage:()Ljava/awt/image/BufferedImage;
            astore 1 /* bimg */
        start local 1 // java.awt.image.BufferedImage bimg
         1: .line 101
            aload 1 /* bimg */
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DRTTexture.factory:Lcom/sun/prism/j2d/J2DResourceFactory;
            invokestatic com.sun.prism.j2d.J2DPresentable.create:(Ljava/awt/image/BufferedImage;Lcom/sun/prism/j2d/J2DResourceFactory;)Lcom/sun/prism/j2d/J2DPresentable;
            astore 2 /* presentable */
        start local 2 // com.sun.prism.j2d.J2DPresentable presentable
         2: .line 102
            aload 1 /* bimg */
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
            astore 3 /* g2d */
        start local 3 // java.awt.Graphics2D g2d
         3: .line 103
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DRTTexture.factory:Lcom/sun/prism/j2d/J2DResourceFactory;
            aload 2 /* presentable */
            aload 3 /* g2d */
            invokevirtual com.sun.prism.j2d.J2DResourceFactory.createJ2DPrismGraphics:(Lcom/sun/prism/j2d/J2DPresentable;Ljava/awt/Graphics2D;)Lcom/sun/prism/j2d/J2DPrismGraphics;
            areturn
        end local 3 // java.awt.Graphics2D g2d
        end local 2 // com.sun.prism.j2d.J2DPresentable presentable
        end local 1 // java.awt.image.BufferedImage bimg
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/prism/j2d/J2DRTTexture;
            1    4     1         bimg  Ljava/awt/image/BufferedImage;
            2    4     2  presentable  Lcom/sun/prism/j2d/J2DPresentable;
            3    4     3          g2d  Ljava/awt/Graphics2D;

  java.awt.Graphics2D createAWTGraphics2D();
    descriptor: ()Ljava/awt/Graphics2D;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 107
            aload 0 /* this */
            invokevirtual com.sun.prism.j2d.J2DRTTexture.getBufferedImage:()Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
            areturn
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;

  public com.sun.glass.ui.Screen getAssociatedScreen();
    descriptor: ()Lcom/sun/glass/ui/Screen;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 111
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DRTTexture.factory:Lcom/sun/prism/j2d/J2DResourceFactory;
            invokevirtual com.sun.prism.j2d.J2DResourceFactory.getScreen:()Lcom/sun/glass/ui/Screen;
            areturn
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;

  public void update(com.sun.prism.Image);
    descriptor: (Lcom/sun/prism/Image;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // com.sun.prism.Image img
         0: .line 116
            new java.lang.UnsupportedOperationException
            dup
            ldc "update() not supported for RTTextures"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.sun.prism.Image img
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    1     1   img  Lcom/sun/prism/Image;
    MethodParameters:
      Name  Flags
      img   

  public void update(com.sun.prism.Image, int, int);
    descriptor: (Lcom/sun/prism/Image;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // com.sun.prism.Image img
        start local 2 // int dstx
        start local 3 // int dsty
         0: .line 121
            new java.lang.UnsupportedOperationException
            dup
            ldc "update() not supported for RTTextures"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int dsty
        end local 2 // int dstx
        end local 1 // com.sun.prism.Image img
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    1     1   img  Lcom/sun/prism/Image;
            0    1     2  dstx  I
            0    1     3  dsty  I
    MethodParameters:
      Name  Flags
      img   
      dstx  
      dsty  

  public void update(com.sun.prism.Image, int, int, int, int);
    descriptor: (Lcom/sun/prism/Image;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // com.sun.prism.Image img
        start local 2 // int dstx
        start local 3 // int dsty
        start local 4 // int w
        start local 5 // int h
         0: .line 126
            new java.lang.UnsupportedOperationException
            dup
            ldc "update() not supported for RTTextures"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int h
        end local 4 // int w
        end local 3 // int dsty
        end local 2 // int dstx
        end local 1 // com.sun.prism.Image img
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    1     1   img  Lcom/sun/prism/Image;
            0    1     2  dstx  I
            0    1     3  dsty  I
            0    1     4     w  I
            0    1     5     h  I
    MethodParameters:
      Name  Flags
      img   
      dstx  
      dsty  
      w     
      h     

  public void update(com.sun.prism.Image, int, int, int, int, boolean);
    descriptor: (Lcom/sun/prism/Image;IIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // com.sun.prism.Image img
        start local 2 // int dstx
        start local 3 // int dsty
        start local 4 // int srcw
        start local 5 // int srch
        start local 6 // boolean skipFlush
         0: .line 133
            new java.lang.UnsupportedOperationException
            dup
            ldc "update() not supported for RTTextures"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // boolean skipFlush
        end local 5 // int srch
        end local 4 // int srcw
        end local 3 // int dsty
        end local 2 // int dstx
        end local 1 // com.sun.prism.Image img
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    1     1        img  Lcom/sun/prism/Image;
            0    1     2       dstx  I
            0    1     3       dsty  I
            0    1     4       srcw  I
            0    1     5       srch  I
            0    1     6  skipFlush  Z
    MethodParameters:
           Name  Flags
      img        
      dstx       
      dsty       
      srcw       
      srch       
      skipFlush  

  public void update(java.nio.Buffer, com.sun.prism.PixelFormat, int, int, int, int, int, int, int, boolean);
    descriptor: (Ljava/nio/Buffer;Lcom/sun/prism/PixelFormat;IIIIIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=11
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // java.nio.Buffer buffer
        start local 2 // com.sun.prism.PixelFormat format
        start local 3 // int dstx
        start local 4 // int dsty
        start local 5 // int srcx
        start local 6 // int srcy
        start local 7 // int srcw
        start local 8 // int srch
        start local 9 // int srcscan
        start local 10 // boolean skipFlush
         0: .line 142
            new java.lang.UnsupportedOperationException
            dup
            ldc "update() not supported for RTTextures"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 10 // boolean skipFlush
        end local 9 // int srcscan
        end local 8 // int srch
        end local 7 // int srcw
        end local 6 // int srcy
        end local 5 // int srcx
        end local 4 // int dsty
        end local 3 // int dstx
        end local 2 // com.sun.prism.PixelFormat format
        end local 1 // java.nio.Buffer buffer
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    1     1     buffer  Ljava/nio/Buffer;
            0    1     2     format  Lcom/sun/prism/PixelFormat;
            0    1     3       dstx  I
            0    1     4       dsty  I
            0    1     5       srcx  I
            0    1     6       srcy  I
            0    1     7       srcw  I
            0    1     8       srch  I
            0    1     9    srcscan  I
            0    1    10  skipFlush  Z
    MethodParameters:
           Name  Flags
      buffer     
      format     
      dstx       
      dsty       
      srcx       
      srcy       
      srcw       
      srch       
      srcscan    
      skipFlush  

  public boolean isOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 146
            aload 0 /* this */
            getfield com.sun.prism.j2d.J2DRTTexture.opaque:Z
            ireturn
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;

  public void setOpaque(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
        start local 1 // boolean opaque
         0: .line 150
            aload 0 /* this */
            iload 1 /* opaque */
            putfield com.sun.prism.j2d.J2DRTTexture.opaque:Z
         1: .line 151
            return
        end local 1 // boolean opaque
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/prism/j2d/J2DRTTexture;
            0    2     1  opaque  Z
    MethodParameters:
        Name  Flags
      opaque  

  public boolean isVolatile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 154
            iconst_0
            ireturn
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;

  public boolean isMSAA();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.j2d.J2DRTTexture this
         0: .line 158
            iconst_0
            ireturn
        end local 0 // com.sun.prism.j2d.J2DRTTexture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/j2d/J2DRTTexture;
}
SourceFile: "J2DRTTexture.java"
InnerClasses:
  public final WrapMode = com.sun.prism.Texture$WrapMode of com.sun.prism.Texture