public class com.sun.javafx.image.impl.ByteIndexed$Getter implements com.sun.javafx.image.BytePixelGetter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.javafx.image.impl.ByteIndexed$Getter
super_class: java.lang.Object
{
javafx.scene.image.PixelFormat<java.nio.ByteBuffer> theFormat;
descriptor: Ljavafx/scene/image/PixelFormat;
flags: (0x0000)
Signature: Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;
private int[] precolors;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int[] nonprecolors;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
void <init>(javafx.scene.image.PixelFormat<java.nio.ByteBuffer>);
descriptor: (Ljavafx/scene/image/PixelFormat;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
0 3 1 pf Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;
Signature: (Ljavafx/scene/image/PixelFormat<Ljava/nio/ByteBuffer;>;)V
MethodParameters:
Name Flags
pf
int[] getPreColors();
descriptor: ()[I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
ifnonnull 2
1: aload 0
invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getPreColors:(Ljavafx/scene/image/PixelFormat;)[I
putfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.precolors:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
int[] getNonPreColors();
descriptor: ()[I
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
ifnonnull 2
1: aload 0
invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getNonPreColors:(Ljavafx/scene/image/PixelFormat;)[I
putfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.nonprecolors:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
public com.sun.javafx.image.AlphaType getAlphaType();
descriptor: ()Lcom/sun/javafx/image/AlphaType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.image.impl.ByteIndexed$Getter.theFormat:Ljavafx/scene/image/PixelFormat;
invokevirtual javafx.scene.image.PixelFormat.isPremultiplied:()Z
ifeq 2
1: getstatic com.sun.javafx.image.AlphaType.PREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
goto 3
2: StackMap locals:
StackMap stack:
getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
3: StackMap locals:
StackMap stack: com.sun.javafx.image.AlphaType
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
public int getNumElements();
descriptor: ()I
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 Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
public int getArgb(byte[], int);
descriptor: ([BI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getNonPreColors:()[I
aload 1
iload 2
baload
sipush 255
iand
iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
0 1 1 arr [B
0 1 2 offset I
MethodParameters:
Name Flags
arr
offset
public int getArgbPre(byte[], int);
descriptor: ([BI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getPreColors:()[I
aload 1
iload 2
baload
sipush 255
iand
iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
0 1 1 arr [B
0 1 2 offset I
MethodParameters:
Name Flags
arr
offset
public int getArgb(java.nio.ByteBuffer, int);
descriptor: (Ljava/nio/ByteBuffer;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getNonPreColors:()[I
aload 1
iload 2
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
0 1 1 buf Ljava/nio/ByteBuffer;
0 1 2 offset I
MethodParameters:
Name Flags
buf
offset
public int getArgbPre(java.nio.ByteBuffer, int);
descriptor: (Ljava/nio/ByteBuffer;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getPreColors:()[I
aload 1
iload 2
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/image/impl/ByteIndexed$Getter;
0 1 1 buf Ljava/nio/ByteBuffer;
0 1 2 offset I
MethodParameters:
Name Flags
buf
offset
public int getArgbPre(java.nio.Buffer, int);
descriptor: (Ljava/nio/Buffer;I)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.nio.ByteBuffer
iload 2
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getArgbPre:(Ljava/nio/ByteBuffer;I)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
public int getArgb(java.nio.Buffer, int);
descriptor: (Ljava/nio/Buffer;I)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.nio.ByteBuffer
iload 2
invokevirtual com.sun.javafx.image.impl.ByteIndexed$Getter.getArgb:(Ljava/nio/ByteBuffer;I)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ByteIndexed.java"
NestHost: com.sun.javafx.image.impl.ByteIndexed
InnerClasses:
public Getter = com.sun.javafx.image.impl.ByteIndexed$Getter of com.sun.javafx.image.impl.ByteIndexed
public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit