abstract class com.sun.prism.Image$Accessor<I extends java.nio.Buffer>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.prism.Image$Accessor
super_class: java.lang.Object
{
final com.sun.prism.Image this$0;
descriptor: Lcom/sun/prism/Image;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.prism.Image);
descriptor: (Lcom/sun/prism/Image;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.prism.Image$Accessor.this$0:Lcom/sun/prism/Image;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/prism/Image$Accessor<TI;>;
MethodParameters:
Name Flags
this$0 final
public abstract int getArgb(int, int);
descriptor: (II)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
x
y
public abstract void setArgb(int, int, int);
descriptor: (III)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
x
y
argb
public abstract javafx.scene.image.PixelFormat<I> getPlatformPixelFormat();
descriptor: ()Ljavafx/scene/image/PixelFormat;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljavafx/scene/image/PixelFormat<TI;>;
public abstract boolean isWritable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.javafx.tk.PlatformImage promoteToWritableImage();
descriptor: ()Lcom/sun/javafx/tk/PlatformImage;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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
pixels
scanlineElems
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
pixels
offset
scanlineBytes
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
pixels
offset
scanlineInts
public abstract <T extends java.nio.Buffer> void setPixels(int, int, int, int, javafx.scene.image.PixelFormat<T>, T, );
descriptor: (IIIILjavafx/scene/image/PixelFormat;Ljava/nio/Buffer;I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T:Ljava/nio/Buffer;>(IIIILjavafx/scene/image/PixelFormat<TT;>;TT;I)V
MethodParameters:
Name Flags
x
y
w
h
pixelformat
pixels
scanlineBytes
public abstract void setPixels(int, int, int, int, javafx.scene.image.PixelFormat<java.nio.ByteBuffer>, byte[], int, );
descriptor: (IIIILjavafx/scene/image/PixelFormat;[BII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (IIIILjavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;[BII)V
MethodParameters:
Name Flags
x
y
w
h
pixelformat
pixels
offset
scanlineBytes
public abstract void setPixels(int, int, int, int, javafx.scene.image.PixelFormat<java.nio.IntBuffer>, int[], int, );
descriptor: (IIIILjavafx/scene/image/PixelFormat;[III)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (IIIILjavafx/scene/image/PixelFormat<Ljava/nio/IntBuffer;>;[III)V
MethodParameters:
Name Flags
x
y
w
h
pixelformat
pixels
offset
scanlineInts
public abstract void setPixels(int, int, int, int, javafx.scene.image.PixelReader, int, int);
descriptor: (IIIILjavafx/scene/image/PixelReader;II)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
dstx
dsty
w
h
reader
srcx
srcy
}
Signature: <I:Ljava/nio/Buffer;>Ljava/lang/Object;
SourceFile: "Image.java"
NestHost: com.sun.prism.Image
InnerClasses:
abstract Accessor = com.sun.prism.Image$Accessor of com.sun.prism.Image