class implements javax.swing.Icon, javax.swing.plaf.UIResource, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon
super_class: java.lang.Object
{
private void ();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
public void (java.awt.Component, java.awt.Graphics, int, int);
descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
checkcast javax.swing.JMenuItem
astore 5
start local 5 1: aload 5
invokevirtual javax.swing.JMenuItem.getModel:()Ljavax/swing/ButtonModel;
astore 6
start local 6 2: aload 2
iload 3
iload 4
invokevirtual java.awt.Graphics.translate:(II)V
3: aload 6
invokeinterface javax.swing.ButtonModel.isEnabled:()Z
ifne 6
4: aload 2
invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getMenuDisabledForeground:()Ljavax/swing/plaf/ColorUIResource;
invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
5: goto 10
6: StackMap locals: javax.swing.JMenuItem javax.swing.ButtonModel
StackMap stack:
aload 6
invokeinterface javax.swing.ButtonModel.isArmed:()Z
ifne 7
aload 1
instanceof javax.swing.JMenu
ifeq 9
aload 6
invokeinterface javax.swing.ButtonModel.isSelected:()Z
ifeq 9
7: StackMap locals:
StackMap stack:
aload 2
invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getMenuSelectedForeground:()Ljavax/swing/plaf/ColorUIResource;
invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
8: goto 10
9: StackMap locals:
StackMap stack:
aload 2
aload 5
invokevirtual javax.swing.JMenuItem.getForeground:()Ljava/awt/Color;
invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
10: StackMap locals:
StackMap stack:
aload 5
invokestatic javax.swing.plaf.metal.MetalUtils.isLeftToRight:(Ljava/awt/Component;)Z
ifeq 16
11: iconst_4
newarray 10
dup
iconst_1
iconst_3
iastore
dup
iconst_2
iconst_3
iastore
astore 7
start local 7 12: iconst_4
newarray 10
dup
iconst_1
iconst_3
iastore
dup
iconst_2
iconst_4
iastore
dup
iconst_3
bipush 7
iastore
astore 8
start local 8 13: aload 2
aload 7
aload 8
iconst_4
invokevirtual java.awt.Graphics.fillPolygon:([I[II)V
14: aload 2
aload 7
aload 8
iconst_4
invokevirtual java.awt.Graphics.drawPolygon:([I[II)V
end local 8 end local 7 15: goto 20
16: StackMap locals:
StackMap stack:
iconst_4
newarray 10
dup
iconst_0
iconst_4
iastore
dup
iconst_1
iconst_4
iastore
dup
iconst_2
iconst_1
iastore
dup
iconst_3
iconst_1
iastore
astore 7
start local 7 17: iconst_4
newarray 10
dup
iconst_1
bipush 7
iastore
dup
iconst_2
iconst_4
iastore
dup
iconst_3
iconst_3
iastore
astore 8
start local 8 18: aload 2
aload 7
aload 8
iconst_4
invokevirtual java.awt.Graphics.fillPolygon:([I[II)V
19: aload 2
aload 7
aload 8
iconst_4
invokevirtual java.awt.Graphics.drawPolygon:([I[II)V
end local 8 end local 7 20: StackMap locals:
StackMap stack:
aload 2
iload 3
ineg
iload 4
ineg
invokevirtual java.awt.Graphics.translate:(II)V
21: return
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 22 0 this Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
0 22 1 c Ljava/awt/Component;
0 22 2 g Ljava/awt/Graphics;
0 22 3 x I
0 22 4 y I
1 22 5 b Ljavax/swing/JMenuItem;
2 22 6 model Ljavax/swing/ButtonModel;
12 15 7 xPoints [I
13 15 8 yPoints [I
17 20 7 xPoints [I
18 20 8 yPoints [I
MethodParameters:
Name Flags
c
g
x
y
public int ();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javax.swing.plaf.metal.MetalIconFactory.menuArrowIconSize:Ljava/awt/Dimension;
getfield java.awt.Dimension.width:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
public int ();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javax.swing.plaf.metal.MetalIconFactory.menuArrowIconSize:Ljava/awt/Dimension;
getfield java.awt.Dimension.height:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/metal/MetalIconFactory$MenuArrowIcon;
}
SourceFile: "MetalIconFactory.java"
NestHost: javax.swing.plaf.metal.MetalIconFactory
InnerClasses:
private MenuArrowIcon = javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon of javax.swing.plaf.metal.MetalIconFactory