class com.apple.laf.AquaUtils$4 extends com.apple.laf.AquaUtils$IconImageFilter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.apple.laf.AquaUtils$4
super_class: com.apple.laf.AquaUtils$IconImageFilter
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.apple.laf.AquaUtils$IconImageFilter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaUtils$4;
int getGreyFor(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: sipush 255
sipush 255
iload 1
isub
bipush 65
imul
bipush 100
idiv
isub
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaUtils$4;
0 1 1 gray I
MethodParameters:
Name Flags
gray final
}
SourceFile: "AquaUtils.java"
EnclosingMethod: com.apple.laf.AquaUtils.generateDisabledImage:(Ljava/awt/Image;)Ljava/awt/Image;
NestHost: com.apple.laf.AquaUtils
InnerClasses:
com.apple.laf.AquaUtils$4
private abstract IconImageFilter = com.apple.laf.AquaUtils$IconImageFilter of com.apple.laf.AquaUtils