public interface com.sun.javafx.tk.PlatformImage
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.javafx.tk.PlatformImage
super_class: java.lang.Object
{
public abstract float getPixelScale();
descriptor: ()F
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 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 getPlatformPixelFormat();
descriptor: ()Ljavafx/scene/image/PixelFormat;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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
public abstract void bufferDirty(com.sun.javafx.geom.Rectangle);
descriptor: (Lcom/sun/javafx/geom/Rectangle;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
rect
}
SourceFile: "PlatformImage.java"