public abstract class javafx.scene.image.WritablePixelFormat<T extends java.nio.Buffer> extends javafx.scene.image.PixelFormat<T>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: javafx.scene.image.WritablePixelFormat
super_class: javafx.scene.image.PixelFormat
{
void <init>(javafx.scene.image.PixelFormat$Type);
descriptor: (Ljavafx/scene/image/PixelFormat$Type;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javafx.scene.image.PixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/image/WritablePixelFormat<TT;>;
0 2 1 type Ljavafx/scene/image/PixelFormat$Type;
Signature: (Ljavafx/scene/image/PixelFormat$Type;)V
MethodParameters:
Name Flags
type
public boolean isWritable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/image/WritablePixelFormat<TT;>;
public abstract void setArgb(T, int, int, int, );
descriptor: (Ljava/nio/Buffer;IIII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TT;IIII)V
MethodParameters:
Name Flags
buf
x
y
scanlineStride
argb
}
Signature: <T:Ljava/nio/Buffer;>Ljavafx/scene/image/PixelFormat<TT;>;
SourceFile: "WritablePixelFormat.java"
NestMembers:
javafx.scene.image.WritablePixelFormat$ByteBgra javafx.scene.image.WritablePixelFormat$ByteBgraPre javafx.scene.image.WritablePixelFormat$IntArgb javafx.scene.image.WritablePixelFormat$IntArgbPre
InnerClasses:
public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat
ByteBgra = javafx.scene.image.WritablePixelFormat$ByteBgra of javafx.scene.image.WritablePixelFormat
ByteBgraPre = javafx.scene.image.WritablePixelFormat$ByteBgraPre of javafx.scene.image.WritablePixelFormat
IntArgb = javafx.scene.image.WritablePixelFormat$IntArgb of javafx.scene.image.WritablePixelFormat
IntArgbPre = javafx.scene.image.WritablePixelFormat$IntArgbPre of javafx.scene.image.WritablePixelFormat