public interface javafx.scene.image.PixelReader
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javafx.scene.image.PixelReader
  super_class: java.lang.Object
{
  public abstract javafx.scene.image.PixelFormat getPixelFormat();
    descriptor: ()Ljavafx/scene/image/PixelFormat;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getArgb(int, int);
    descriptor: (II)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract javafx.scene.paint.Color getColor(int, int);
    descriptor: (II)Ljavafx/scene/paint/Color;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract <T extends java.nio.Buffer> void getPixels(int, int, int, int, javafx.scene.image.WritablePixelFormat<T>, T, );
    descriptor: (IIIILjavafx/scene/image/WritablePixelFormat;Ljava/nio/Buffer;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/nio/Buffer;>(IIIILjavafx/scene/image/WritablePixelFormat<TT;>;TT;I)V
    MethodParameters:
                Name  Flags
      x               
      y               
      w               
      h               
      pixelformat     
      buffer          
      scanlineStride  

  public abstract void getPixels(int, int, int, int, javafx.scene.image.WritablePixelFormat<java.nio.ByteBuffer>, byte[], int, );
    descriptor: (IIIILjavafx/scene/image/WritablePixelFormat;[BII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (IIIILjavafx/scene/image/WritablePixelFormat<Ljava/nio/ByteBuffer;>;[BII)V
    MethodParameters:
                Name  Flags
      x               
      y               
      w               
      h               
      pixelformat     
      buffer          
      offset          
      scanlineStride  

  public abstract void getPixels(int, int, int, int, javafx.scene.image.WritablePixelFormat<java.nio.IntBuffer>, int[], int, );
    descriptor: (IIIILjavafx/scene/image/WritablePixelFormat;[III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (IIIILjavafx/scene/image/WritablePixelFormat<Ljava/nio/IntBuffer;>;[III)V
    MethodParameters:
                Name  Flags
      x               
      y               
      w               
      h               
      pixelformat     
      buffer          
      offset          
      scanlineStride  
}
SourceFile: "PixelReader.java"