class javafx.scene.image.PixelFormat$IndexedPixelFormat 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$IndexedPixelFormat
super_class: javafx.scene.image.PixelFormat
{
int[] precolors;
descriptor: [I
flags: (0x0000)
int[] nonprecolors;
descriptor: [I
flags: (0x0000)
boolean premult;
descriptor: Z
flags: (0x0000)
static javafx.scene.image.PixelFormat createByte(int[], boolean);
descriptor: ([IZ)Ljavafx/scene/image/PixelFormat;
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: new javafx.scene.image.PixelFormat$IndexedPixelFormat
dup
getstatic javafx.scene.image.PixelFormat$Type.BYTE_INDEXED:Ljavafx/scene/image/PixelFormat$Type;
iload 1
1: aload 0
sipush 256
invokestatic java.util.Arrays.copyOf:([II)[I
2: invokespecial javafx.scene.image.PixelFormat$IndexedPixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;Z[I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 colors [I
0 3 1 premult Z
MethodParameters:
Name Flags
colors
premult
private void <init>(javafx.scene.image.PixelFormat$Type, boolean, );
descriptor: (Ljavafx/scene/image/PixelFormat$Type;Z[I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial javafx.scene.image.PixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
1: iload 2
ifeq 4
2: aload 0
aload 3
putfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
3: goto 5
4: StackMap locals: javafx.scene.image.PixelFormat$IndexedPixelFormat javafx.scene.image.PixelFormat$Type int int[]
StackMap stack:
aload 0
aload 3
putfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
5: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield javafx.scene.image.PixelFormat$IndexedPixelFormat.premult:Z
6: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/scene/image/PixelFormat$IndexedPixelFormat;
0 7 1 type Ljavafx/scene/image/PixelFormat$Type;
0 7 2 premult Z
0 7 3 colors [I
Signature: (Ljavafx/scene/image/PixelFormat$Type;Z[I)V
MethodParameters:
Name Flags
type
premult
colors
public boolean isWritable();
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$IndexedPixelFormat;
public boolean isPremultiplied();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.premult:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/image/PixelFormat$IndexedPixelFormat;
int[] getPreColors();
descriptor: ()[I
flags: (0x0000)
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
ifnonnull 8
1: aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
arraylength
newarray 10
astore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
iload 2
iaload
invokestatic javafx.scene.image.PixelFormat$IndexedPixelFormat.NonPretoPre:(I)I
iastore
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
arraylength
if_icmplt 4
end local 2 7: aload 0
aload 1
putfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
end local 1 8: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/scene/image/PixelFormat$IndexedPixelFormat;
2 8 1 colors [I
3 7 2 i I
int[] getNonPreColors();
descriptor: ()[I
flags: (0x0000)
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
ifnonnull 8
1: aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
arraylength
newarray 10
astore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.precolors:[I
iload 2
iaload
invokestatic javafx.scene.image.PixelFormat$IndexedPixelFormat.PretoNonPre:(I)I
iastore
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
arraylength
if_icmplt 4
end local 2 7: aload 0
aload 1
putfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
end local 1 8: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.image.PixelFormat$IndexedPixelFormat.nonprecolors:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/scene/image/PixelFormat$IndexedPixelFormat;
2 8 1 colors [I
3 7 2 i I
public int getArgb(java.nio.ByteBuffer, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;III)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokevirtual javafx.scene.image.PixelFormat$IndexedPixelFormat.getNonPreColors:()[I
aload 1
iload 3
iload 4
imul
iload 2
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
iaload
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/image/PixelFormat$IndexedPixelFormat;
0 1 1 buf Ljava/nio/ByteBuffer;
0 1 2 x I
0 1 3 y I
0 1 4 scanlineStride 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$IndexedPixelFormat.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:
IndexedPixelFormat = javafx.scene.image.PixelFormat$IndexedPixelFormat of javafx.scene.image.PixelFormat
public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat