class javafx.scene.image.WritablePixelFormat$ByteBgra extends javafx.scene.image.WritablePixelFormat<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.image.WritablePixelFormat$ByteBgra
super_class: javafx.scene.image.WritablePixelFormat
{
static final javafx.scene.image.WritablePixelFormat$ByteBgra INSTANCE;
descriptor: Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new javafx.scene.image.WritablePixelFormat$ByteBgra
dup
invokespecial javafx.scene.image.WritablePixelFormat$ByteBgra.<init>:()V
putstatic javafx.scene.image.WritablePixelFormat$ByteBgra.INSTANCE:Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic javafx.scene.image.PixelFormat$Type.BYTE_BGRA:Ljavafx/scene/image/PixelFormat$Type;
invokespecial javafx.scene.image.WritablePixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
public boolean isPremultiplied();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
public int getArgb(java.nio.ByteBuffer, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;III)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 3
iload 4
imul
iload 2
iconst_4
imul
iadd
istore 5
start local 5 1: aload 1
iload 5
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 6
start local 6 2: aload 1
iload 5
iconst_1
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 7
start local 7 3: aload 1
iload 5
iconst_2
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 8
start local 8 4: aload 1
iload 5
iconst_3
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 9
start local 9 5: iload 9
bipush 24
ishl
iload 8
bipush 16
ishl
ior
iload 7
bipush 8
ishl
ior
iload 6
ior
ireturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
0 6 1 buf Ljava/nio/ByteBuffer;
0 6 2 x I
0 6 3 y I
0 6 4 scanlineStride I
1 6 5 index I
2 6 6 b I
3 6 7 g I
4 6 8 r I
5 6 9 a I
MethodParameters:
Name Flags
buf
x
y
scanlineStride
public void setArgb(java.nio.ByteBuffer, int, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: iload 3
iload 4
imul
iload 2
iconst_4
imul
iadd
istore 6
start local 6 1: aload 1
iload 6
iload 5
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
2: aload 1
iload 6
iconst_1
iadd
iload 5
bipush 8
ishr
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
3: aload 1
iload 6
iconst_2
iadd
iload 5
bipush 16
ishr
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
4: aload 1
iload 6
iconst_3
iadd
iload 5
bipush 24
ishr
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
5: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/scene/image/WritablePixelFormat$ByteBgra;
0 6 1 buf Ljava/nio/ByteBuffer;
0 6 2 x I
0 6 3 y I
0 6 4 scanlineStride I
0 6 5 argb I
1 6 6 index I
MethodParameters:
Name Flags
buf
x
y
scanlineStride
argb
public void setArgb(java.nio.Buffer, int, int, int, int);
descriptor: (Ljava/nio/Buffer;IIII)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=6, locals=6, args_size=6
0: aload 0
aload 1
checkcast java.nio.ByteBuffer
iload 2
iload 3
iload 4
iload 5
invokevirtual javafx.scene.image.WritablePixelFormat$ByteBgra.setArgb:(Ljava/nio/ByteBuffer;IIII)V
return
LocalVariableTable:
Start End Slot Name Signature
public int getArgb(java.nio.Buffer, int, int, int);
descriptor: (Ljava/nio/Buffer;III)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast java.nio.ByteBuffer
iload 2
iload 3
iload 4
invokevirtual javafx.scene.image.WritablePixelFormat$ByteBgra.getArgb:(Ljava/nio/ByteBuffer;III)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/scene/image/WritablePixelFormat<Ljava/nio/ByteBuffer;>;
SourceFile: "WritablePixelFormat.java"
NestHost: javafx.scene.image.WritablePixelFormat
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