class com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes implements com.sun.tools.jdeps.ModuleDotGraph$Attributes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes
  super_class: java.lang.Object
{
  static final com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes DEFAULT;
    descriptor: Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.lang.String FONT_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "DejaVuSans"

  static final int FONT_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  static final int ARROW_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int ARROW_WIDTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 217
            new com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes
            dup
            invokespecial com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes.<init>:()V
            putstatic com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes.DEFAULT:Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;
         1: .line 222
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 216
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public int fontSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 226
            bipush 12
            ireturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public java.lang.String fontName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 231
            ldc "DejaVuSans"
            areturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public java.lang.String fontColor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 236
            ldc "#000000"
            areturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public int arrowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 241
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public int arrowWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 246
            iconst_2
            ireturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;

  public java.lang.String arrowColor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
         0: .line 251
            ldc "#999999"
            areturn
        end local 0 // com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ModuleDotGraph$DotGraphAttributes;
}
SourceFile: "ModuleDotGraph.java"
NestHost: com.sun.tools.jdeps.ModuleDotGraph
InnerClasses:
  public abstract Attributes = com.sun.tools.jdeps.ModuleDotGraph$Attributes of com.sun.tools.jdeps.ModuleDotGraph
  DotGraphAttributes = com.sun.tools.jdeps.ModuleDotGraph$DotGraphAttributes of com.sun.tools.jdeps.ModuleDotGraph