public class com.sun.javafx.image.impl.ByteIndexed$Getter implements com.sun.javafx.image.BytePixelGetter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteIndexed$Getter
  super_class: java.lang.Object
{
  javafx.scene.image.PixelFormat<java.nio.ByteBuffer> theFormat;
    descriptor: Ljavafx/scene/image/PixelFormat;
    flags: (0x0000) 
    Signature: Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;

  private int[] precolors;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] nonprecolors;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  void <init>(javafx.scene.image.PixelFormat<java.nio.ByteBuffer>);
    descriptor: (Ljavafx/scene/image/PixelFormat;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
        start local 1 // javafx.scene.image.PixelFormat pf
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* pf */
            putfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
         2: .line 66
            return
        end local 1 // javafx.scene.image.PixelFormat pf
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
            0    3     1    pf  Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;
    Signature: (Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
      Name  Flags
      pf    

  int[] getPreColors();
    descriptor: ()[I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
            ifnonnull 2
         1: .line 70
            aload 0 /* this */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getPreColors:(Ljavafx/scene/image/PixelFormat;)[I
            putfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
            areturn
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;

  int[] getNonPreColors();
    descriptor: ()[I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
            ifnonnull 2
         1: .line 77
            aload 0 /* this */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getNonPreColors:(Ljavafx/scene/image/PixelFormat;)[I
            putfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
            areturn
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;

  public com.sun.javafx.image.AlphaType getAlphaType();
    descriptor: ()Lcom/sun/javafx/image/AlphaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
            invokevirtual javafx.scene.image.PixelFormat.isPremultiplied:()Z
            ifeq 2
         1: .line 85
            getstatic com.sun.javafx.image.AlphaType.PREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            goto 3
         2: .line 86
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
         3: .line 84
      StackMap locals:
      StackMap stack: com.sun.javafx.image.AlphaType
            areturn
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;

  public int getNumElements();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
         0: .line 91
            iconst_1
            ireturn
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;

  public int getArgb(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
        start local 1 // byte[] arr
        start local 2 // int offset
         0: .line 96
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getNonPreColors:()[I
            aload 1 /* arr */
            iload 2 /* offset */
            baload
            sipush 255
            iand
            iaload
            ireturn
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
            0    1     1     arr  [B
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      arr     
      offset  

  public int getArgbPre(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
        start local 1 // byte[] arr
        start local 2 // int offset
         0: .line 101
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getPreColors:()[I
            aload 1 /* arr */
            iload 2 /* offset */
            baload
            sipush 255
            iand
            iaload
            ireturn
        end local 2 // int offset
        end local 1 // byte[] arr
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
            0    1     1     arr  [B
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      arr     
      offset  

  public int getArgb(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int offset
         0: .line 106
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getNonPreColors:()[I
            aload 1 /* buf */
            iload 2 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            iaload
            ireturn
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
            0    1     1     buf  Ljava/nio/ByteBuffer;
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public int getArgbPre(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // int offset
         0: .line 111
            aload 0 /* this */
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getPreColors:()[I
            aload 1 /* buf */
            iload 2 /* offset */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            iaload
            ireturn
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // com.sun.javafx.image.impl.ByteIndexed$Getter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
            0    1     1     buf  Ljava/nio/ByteBuffer;
            0    1     2  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public int getArgbPre(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getArgbPre:(Ljava/nio/ByteBuffer;I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getArgb(java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;I)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            iload 2
            invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getArgb:(Ljava/nio/ByteBuffer;I)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteIndexed.java"
NestHost: com.sun.javafx.image.impl.ByteIndexed
InnerClasses:
  public Getter = com.sun.javafx.image.impl.ByteIndexed$Getter of com.sun.javafx.image.impl.ByteIndexed
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit