public class javax.swing.plaf.BorderUIResource implements javax.swing.border.Border, javax.swing.plaf.UIResource, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.swing.plaf.BorderUIResource
super_class: java.lang.Object
{
static javax.swing.border.Border etched;
descriptor: Ljavax/swing/border/Border;
flags: (0x0008) ACC_STATIC
static javax.swing.border.Border loweredBevel;
descriptor: Ljavax/swing/border/Border;
flags: (0x0008) ACC_STATIC
static javax.swing.border.Border raisedBevel;
descriptor: Ljavax/swing/border/Border;
flags: (0x0008) ACC_STATIC
static javax.swing.border.Border blackLine;
descriptor: Ljavax/swing/border/Border;
flags: (0x0008) ACC_STATIC
private javax.swing.border.Border delegate;
descriptor: Ljavax/swing/border/Border;
flags: (0x0002) ACC_PRIVATE
public static javax.swing.border.Border getEtchedBorderUIResource();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
ifnonnull 2
1: new javax.swing.plaf.BorderUIResource$EtchedBorderUIResource
dup
invokespecial javax.swing.plaf.BorderUIResource$EtchedBorderUIResource.<init>:()V
putstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
2: StackMap locals:
StackMap stack:
getstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static javax.swing.border.Border getLoweredBevelBorderUIResource();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: getstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
ifnonnull 2
1: new javax.swing.plaf.BorderUIResource$BevelBorderUIResource
dup
iconst_1
invokespecial javax.swing.plaf.BorderUIResource$BevelBorderUIResource.<init>:(I)V
putstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
2: StackMap locals:
StackMap stack:
getstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static javax.swing.border.Border getRaisedBevelBorderUIResource();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: getstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
ifnonnull 2
1: new javax.swing.plaf.BorderUIResource$BevelBorderUIResource
dup
iconst_0
invokespecial javax.swing.plaf.BorderUIResource$BevelBorderUIResource.<init>:(I)V
putstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
2: StackMap locals:
StackMap stack:
getstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static javax.swing.border.Border getBlackLineBorderUIResource();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: getstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
ifnonnull 2
1: new javax.swing.plaf.BorderUIResource$LineBorderUIResource
dup
getstatic java.awt.Color.black:Ljava/awt/Color;
invokespecial javax.swing.plaf.BorderUIResource$LineBorderUIResource.<init>:(Ljava/awt/Color;)V
putstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
2: StackMap locals:
StackMap stack:
getstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void <init>(javax.swing.border.Border);
descriptor: (Ljavax/swing/border/Border;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.IllegalArgumentException
dup
ldc "null border delegate argument"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: javax.swing.plaf.BorderUIResource javax.swing.border.Border
StackMap stack:
aload 0
aload 1
putfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavax/swing/plaf/BorderUIResource;
0 5 1 delegate Ljavax/swing/border/Border;
MethodParameters:
Name Flags
delegate
public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
aload 1
aload 2
iload 3
iload 4
iload 5
iload 6
invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
1: 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 2 0 this Ljavax/swing/plaf/BorderUIResource;
0 2 1 c Ljava/awt/Component;
0 2 2 g Ljava/awt/Graphics;
0 2 3 x I
0 2 4 y I
0 2 5 width I
0 2 6 height I
MethodParameters:
Name Flags
c
g
x
y
width
height
public java.awt.Insets getBorderInsets(java.awt.Component);
descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
aload 1
invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/BorderUIResource;
0 1 1 c Ljava/awt/Component;
MethodParameters:
Name Flags
c
public boolean isBorderOpaque();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
invokeinterface javax.swing.border.Border.isBorderOpaque:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/BorderUIResource;
}
SourceFile: "BorderUIResource.java"
NestMembers:
javax.swing.plaf.BorderUIResource$BevelBorderUIResource javax.swing.plaf.BorderUIResource$CompoundBorderUIResource javax.swing.plaf.BorderUIResource$EmptyBorderUIResource javax.swing.plaf.BorderUIResource$EtchedBorderUIResource javax.swing.plaf.BorderUIResource$LineBorderUIResource javax.swing.plaf.BorderUIResource$MatteBorderUIResource javax.swing.plaf.BorderUIResource$TitledBorderUIResource
InnerClasses:
public BevelBorderUIResource = javax.swing.plaf.BorderUIResource$BevelBorderUIResource of javax.swing.plaf.BorderUIResource
public CompoundBorderUIResource = javax.swing.plaf.BorderUIResource$CompoundBorderUIResource of javax.swing.plaf.BorderUIResource
public EmptyBorderUIResource = javax.swing.plaf.BorderUIResource$EmptyBorderUIResource of javax.swing.plaf.BorderUIResource
public EtchedBorderUIResource = javax.swing.plaf.BorderUIResource$EtchedBorderUIResource of javax.swing.plaf.BorderUIResource
public LineBorderUIResource = javax.swing.plaf.BorderUIResource$LineBorderUIResource of javax.swing.plaf.BorderUIResource
public MatteBorderUIResource = javax.swing.plaf.BorderUIResource$MatteBorderUIResource of javax.swing.plaf.BorderUIResource
public TitledBorderUIResource = javax.swing.plaf.BorderUIResource$TitledBorderUIResource of javax.swing.plaf.BorderUIResource