abstract class com.apple.laf.AquaUtils$IconImageFilter extends java.awt.image.RGBImageFilter
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.apple.laf.AquaUtils$IconImageFilter
super_class: java.awt.image.RGBImageFilter
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.awt.image.RGBImageFilter.<init>:()V
1: aload 0
iconst_1
putfield com.apple.laf.AquaUtils$IconImageFilter.canFilterIndexColorModel:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/apple/laf/AquaUtils$IconImageFilter;
public final int filterRGB(int, int, int);
descriptor: (III)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=7, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
bipush 16
ishr
sipush 255
iand
istore 4
start local 4 1: iload 3
bipush 8
ishr
sipush 255
iand
istore 5
start local 5 2: iload 3
sipush 255
iand
istore 6
start local 6 3: aload 0
ldc 0.3
iload 4
i2d
dmul
ldc 0.59
iload 5
i2d
dmul
dadd
ldc 0.11
iload 6
i2d
dmul
dadd
ldc 3.0
ddiv
d2i
invokevirtual com.apple.laf.AquaUtils$IconImageFilter.getGreyFor:(I)I
istore 7
start local 7 4: iload 3
ldc -16777216
iand
iload 4
iload 7
invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
bipush 16
ishl
ior
iload 5
iload 7
invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
bipush 8
ishl
ior
iload 6
iload 7
invokestatic com.apple.laf.AquaUtils$IconImageFilter.grayTransform:(II)I
iconst_0
ishl
ior
ireturn
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 Lcom/apple/laf/AquaUtils$IconImageFilter;
0 5 1 x I
0 5 2 y I
0 5 3 rgb I
1 5 4 red I
2 5 5 green I
3 5 6 blue I
4 5 7 gray I
MethodParameters:
Name Flags
x final
y final
rgb final
private static int grayTransform(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 0
iload 1
isub
istore 2
start local 2 1: iload 2
ifge 2
iconst_0
istore 2
2: StackMap locals: int
StackMap stack:
iload 2
sipush 255
if_icmple 3
sipush 255
istore 2
3: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 color I
0 4 1 gray I
1 4 2 result I
MethodParameters:
Name Flags
color final
gray final
abstract int getGreyFor(int);
descriptor: (I)I
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
gray
}
SourceFile: "AquaUtils.java"
NestHost: com.apple.laf.AquaUtils
InnerClasses:
private abstract IconImageFilter = com.apple.laf.AquaUtils$IconImageFilter of com.apple.laf.AquaUtils