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

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.image.PixelFormat$ByteRgb this
         0: .line 362
            iconst_1
            ireturn
        end local 0 // javafx.scene.image.PixelFormat$ByteRgb this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/PixelFormat$ByteRgb;

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

  public int getArgb(java.nio.ByteBuffer, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;III)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // javafx.scene.image.PixelFormat$ByteRgb 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 372
            iload 3 /* y */
            iload 4 /* scanlineStride */
            imul
            iload 2 /* x */
            iconst_3
            imul
            iadd
            istore 5 /* index */
        start local 5 // int index
         1: .line 373
            aload 1 /* buf */
            iload 5 /* index */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 6 /* r */
        start local 6 // int r
         2: .line 374
            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 375
            aload 1 /* buf */
            iload 5 /* index */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 8 /* b */
        start local 8 // int b
         4: .line 376
            ldc -16777216
            iload 6 /* r */
            bipush 16
            ishl
            ior
            iload 7 /* g */
            bipush 8
            ishl
            ior
            iload 8 /* b */
            ior
            ireturn
        end local 8 // int b
        end local 7 // int g
        end local 6 // int r
        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.PixelFormat$ByteRgb this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Ljavafx/scene/image/PixelFormat$ByteRgb;
            0    5     1             buf  Ljava/nio/ByteBuffer;
            0    5     2               x  I
            0    5     3               y  I
            0    5     4  scanlineStride  I
            1    5     5           index  I
            2    5     6               r  I
            3    5     7               g  I
            4    5     8               b  I
    MethodParameters:
                Name  Flags
      buf             
      x               
      y               
      scanlineStride  

  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.PixelFormat$ByteRgb.getArgb:(Ljava/nio/ByteBuffer;III)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;
SourceFile: "PixelFormat.java"
NestHost: javafx.scene.image.PixelFormat
InnerClasses:
  ByteRgb = javafx.scene.image.PixelFormat$ByteRgb of javafx.scene.image.PixelFormat
  public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat