class javafx.scene.image.WritablePixelFormat$ByteBgra extends javafx.scene.image.WritablePixelFormat<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.image.WritablePixelFormat$ByteBgra
  super_class: javafx.scene.image.WritablePixelFormat
{
  static final javafx.scene.image.WritablePixelFormat$ByteBgra INSTANCE;
    descriptor: Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
    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 140
            new javafx.scene.image.WritablePixelFormat$ByteBgra
            dup
            invokespecial javafx.scene.image.WritablePixelFormat$ByteBgra.<init>:()V
            putstatic javafx.scene.image.WritablePixelFormat$ByteBgra.INSTANCE:Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
            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$ByteBgra this
         0: .line 143
            aload 0 /* this */
            getstatic javafx.scene.image.PixelFormat$Type.BYTE_BGRA:Ljavafx/scene/image/PixelFormat$Type;
            invokespecial javafx.scene.image.WritablePixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
         1: .line 144
            return
        end local 0 // javafx.scene.image.WritablePixelFormat$ByteBgra this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/image/WritablePixelFormat$ByteBgra;

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

  public int getArgb(java.nio.ByteBuffer, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;III)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=5
        start local 0 // javafx.scene.image.WritablePixelFormat$ByteBgra this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int x
        start local 3 // int y
        start local 4 // int scanlineStride
         0: .line 153
            iload 3 /* y */
            iload 4 /* scanlineStride */
            imul
            iload 2 /* x */
            iconst_4
            imul
            iadd
            istore 5 /* index */
        start local 5 // int index
         1: .line 154
            aload 1 /* buf */
            iload 5 /* index */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 6 /* b */
        start local 6 // int b
         2: .line 155
            aload 1 /* buf */
            iload 5 /* index */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 7 /* g */
        start local 7 // int g
         3: .line 156
            aload 1 /* buf */
            iload 5 /* index */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 8 /* r */
        start local 8 // int r
         4: .line 157
            aload 1 /* buf */
            iload 5 /* index */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 9 /* a */
        start local 9 // int a
         5: .line 158
            iload 9 /* a */
            bipush 24
            ishl
            iload 8 /* r */
            bipush 16
            ishl
            ior
            iload 7 /* g */
            bipush 8
            ishl
            ior
            iload 6 /* b */
            ior
            ireturn
        end local 9 // int a
        end local 8 // int r
        end local 7 // int g
        end local 6 // int b
        end local 5 // int index
        end local 4 // int scanlineStride
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // javafx.scene.image.WritablePixelFormat$ByteBgra this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
            0    6     1             buf  Ljava/nio/ByteBuffer;
            0    6     2               x  I
            0    6     3               y  I
            0    6     4  scanlineStride  I
            1    6     5           index  I
            2    6     6               b  I
            3    6     7               g  I
            4    6     8               r  I
            5    6     9               a  I
    MethodParameters:
                Name  Flags
      buf             
      x               
      y               
      scanlineStride  

  public void setArgb(java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // javafx.scene.image.WritablePixelFormat$ByteBgra this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int x
        start local 3 // int y
        start local 4 // int scanlineStride
        start local 5 // int argb
         0: .line 165
            iload 3 /* y */
            iload 4 /* scanlineStride */
            imul
            iload 2 /* x */
            iconst_4
            imul
            iadd
            istore 6 /* index */
        start local 6 // int index
         1: .line 166
            aload 1 /* buf */
            iload 6 /* index */
            iload 5 /* argb */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         2: .line 167
            aload 1 /* buf */
            iload 6 /* index */
            iconst_1
            iadd
            iload 5 /* argb */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         3: .line 168
            aload 1 /* buf */
            iload 6 /* index */
            iconst_2
            iadd
            iload 5 /* argb */
            bipush 16
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 169
            aload 1 /* buf */
            iload 6 /* index */
            iconst_3
            iadd
            iload 5 /* argb */
            bipush 24
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 170
            return
        end local 6 // int index
        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.ByteBuffer buf
        end local 0 // javafx.scene.image.WritablePixelFormat$ByteBgra this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
            0    6     1             buf  Ljava/nio/ByteBuffer;
            0    6     2               x  I
            0    6     3               y  I
            0    6     4  scanlineStride  I
            0    6     5            argb  I
            1    6     6           index  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.ByteBuffer
            iload 2
            iload 3
            iload 4
            iload 5
            invokevirtual javafx.scene.image.WritablePixelFormat$ByteBgra.setArgb:(Ljava/nio/ByteBuffer;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.ByteBuffer
            iload 2
            iload 3
            iload 4
            invokevirtual javafx.scene.image.WritablePixelFormat$ByteBgra.getArgb:(Ljava/nio/ByteBuffer;III)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/scene/image/WritablePixelFormat<Ljava/nio/ByteBuffer;>;
SourceFile: "WritablePixelFormat.java"
NestHost: javafx.scene.image.WritablePixelFormat
InnerClasses:
  public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat
  ByteBgra = javafx.scene.image.WritablePixelFormat$ByteBgra of javafx.scene.image.WritablePixelFormat