class javafx.scene.image.WritablePixelFormat$IntArgb extends javafx.scene.image.WritablePixelFormat<java.nio.IntBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.image.WritablePixelFormat$IntArgb
  super_class: javafx.scene.image.WritablePixelFormat
{
  static final javafx.scene.image.WritablePixelFormat$IntArgb INSTANCE;
    descriptor: Ljavafx/scene/image/WritablePixelFormat$IntArgb;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 90
            new javafx.scene.image.WritablePixelFormat$IntArgb
            dup
            invokespecial javafx.scene.image.WritablePixelFormat$IntArgb.<init>:()V
            putstatic javafx.scene.image.WritablePixelFormat$IntArgb.INSTANCE:Ljavafx/scene/image/WritablePixelFormat$IntArgb;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
         0: .line 93
            aload 0 /* this */
            getstatic javafx.scene.image.PixelFormat$Type.INT_ARGB:Ljavafx/scene/image/PixelFormat$Type;
            invokespecial javafx.scene.image.WritablePixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
         1: .line 94
            return
        end local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/image/WritablePixelFormat$IntArgb;

  public boolean isPremultiplied();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
         0: .line 98
            iconst_0
            ireturn
        end local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/WritablePixelFormat$IntArgb;

  public int getArgb(java.nio.IntBuffer, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;III)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
        start local 1 // java.nio.IntBuffer buf
        start local 2 // int x
        start local 3 // int y
        start local 4 // int scanlineStride
         0: .line 103
            aload 1 /* buf */
            iload 3 /* y */
            iload 4 /* scanlineStride */
            imul
            iload 2 /* x */
            iadd
            invokevirtual java.nio.IntBuffer.get:(I)I
            ireturn
        end local 4 // int scanlineStride
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.nio.IntBuffer buf
        end local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Ljavafx/scene/image/WritablePixelFormat$IntArgb;
            0    1     1             buf  Ljava/nio/IntBuffer;
            0    1     2               x  I
            0    1     3               y  I
            0    1     4  scanlineStride  I
    MethodParameters:
                Name  Flags
      buf             
      x               
      y               
      scanlineStride  

  public void setArgb(java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
        start local 1 // java.nio.IntBuffer buf
        start local 2 // int x
        start local 3 // int y
        start local 4 // int scanlineStride
        start local 5 // int argb
         0: .line 110
            aload 1 /* buf */
            iload 3 /* y */
            iload 4 /* scanlineStride */
            imul
            iload 2 /* x */
            iadd
            iload 5 /* argb */
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
         1: .line 111
            return
        end local 5 // int argb
        end local 4 // int scanlineStride
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.nio.IntBuffer buf
        end local 0 // javafx.scene.image.WritablePixelFormat$IntArgb this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljavafx/scene/image/WritablePixelFormat$IntArgb;
            0    2     1             buf  Ljava/nio/IntBuffer;
            0    2     2               x  I
            0    2     3               y  I
            0    2     4  scanlineStride  I
            0    2     5            argb  I
    MethodParameters:
                Name  Flags
      buf             
      x               
      y               
      scanlineStride  
      argb            

  public void setArgb(java.nio.Buffer, int, int, int, int);
    descriptor: (Ljava/nio/Buffer;IIII)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.IntBuffer
            iload 2
            iload 3
            iload 4
            iload 5
            invokevirtual javafx.scene.image.WritablePixelFormat$IntArgb.setArgb:(Ljava/nio/IntBuffer;IIII)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getArgb(java.nio.Buffer, int, int, int);
    descriptor: (Ljava/nio/Buffer;III)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.IntBuffer
            iload 2
            iload 3
            iload 4
            invokevirtual javafx.scene.image.WritablePixelFormat$IntArgb.getArgb:(Ljava/nio/IntBuffer;III)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/scene/image/WritablePixelFormat<Ljava/nio/IntBuffer;>;
SourceFile: "WritablePixelFormat.java"
NestHost: javafx.scene.image.WritablePixelFormat
InnerClasses:
  public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat
  IntArgb = javafx.scene.image.WritablePixelFormat$IntArgb of javafx.scene.image.WritablePixelFormat