class javafx.scene.image.PixelFormat$ByteRgb extends javafx.scene.image.PixelFormat<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.image.PixelFormat$ByteRgb
super_class: javafx.scene.image.PixelFormat
{
static final javafx.scene.image.PixelFormat$ByteRgb instance;
descriptor: Ljavafx/scene/image/PixelFormat$ByteRgb;
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.PixelFormat$ByteRgb
dup
invokespecial javafx.scene.image.PixelFormat$ByteRgb.<init>:()V
putstatic javafx.scene.image.PixelFormat$ByteRgb.instance:Ljavafx/scene/image/PixelFormat$ByteRgb;
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_RGB:Ljavafx/scene/image/PixelFormat$Type;
invokespecial javafx.scene.image.PixelFormat.<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/PixelFormat$ByteRgb;
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/PixelFormat$ByteRgb;
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/PixelFormat$ByteRgb;
public int getArgb(java.nio.ByteBuffer, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;III)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, 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_3
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: ldc -16777216
iload 6
bipush 16
ishl
ior
iload 7
bipush 8
ishl
ior
iload 8
ior
ireturn
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 5 0 this Ljavafx/scene/image/PixelFormat$ByteRgb;
0 5 1 buf Ljava/nio/ByteBuffer;
0 5 2 x I
0 5 3 y I
0 5 4 scanlineStride I
1 5 5 index I
2 5 6 r I
3 5 7 g I
4 5 8 b I
MethodParameters:
Name Flags
buf
x
y
scanlineStride
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.PixelFormat$ByteRgb.getArgb:(Ljava/nio/ByteBuffer;III)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;
SourceFile: "PixelFormat.java"
NestHost: javafx.scene.image.PixelFormat
InnerClasses:
ByteRgb = javafx.scene.image.PixelFormat$ByteRgb of javafx.scene.image.PixelFormat
public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat