public abstract class com.sun.prism.paint.Paint
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.prism.paint.Paint
  super_class: java.lang.Object
{
  private final com.sun.prism.paint.Paint$Type type;
    descriptor: Lcom/sun/prism/paint/Paint$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean proportional;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isMutable;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.prism.paint.Paint$Type, boolean, boolean);
    descriptor: (Lcom/sun/prism/paint/Paint$Type;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.prism.paint.Paint this
        start local 1 // com.sun.prism.paint.Paint$Type type
        start local 2 // boolean proportional
        start local 3 // boolean isMutable
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* type */
            putfield com.sun.prism.paint.Paint.type:Lcom/sun/prism/paint/Paint$Type;
         2: .line 61
            aload 0 /* this */
            iload 2 /* proportional */
            putfield com.sun.prism.paint.Paint.proportional:Z
         3: .line 62
            aload 0 /* this */
            iload 3 /* isMutable */
            putfield com.sun.prism.paint.Paint.isMutable:Z
         4: .line 63
            return
        end local 3 // boolean isMutable
        end local 2 // boolean proportional
        end local 1 // com.sun.prism.paint.Paint$Type type
        end local 0 // com.sun.prism.paint.Paint this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/prism/paint/Paint;
            0    5     1          type  Lcom/sun/prism/paint/Paint$Type;
            0    5     2  proportional  Z
            0    5     3     isMutable  Z
    MethodParameters:
              Name  Flags
      type          
      proportional  
      isMutable     

  public final com.sun.prism.paint.Paint$Type getType();
    descriptor: ()Lcom/sun/prism/paint/Paint$Type;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.paint.Paint this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.prism.paint.Paint.type:Lcom/sun/prism/paint/Paint$Type;
            areturn
        end local 0 // com.sun.prism.paint.Paint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/paint/Paint;

  public boolean isProportional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.paint.Paint this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.prism.paint.Paint.proportional:Z
            ireturn
        end local 0 // com.sun.prism.paint.Paint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/paint/Paint;

  public abstract boolean isOpaque();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean isMutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.paint.Paint this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.prism.paint.Paint.isMutable:Z
            ireturn
        end local 0 // com.sun.prism.paint.Paint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/paint/Paint;
}
SourceFile: "Paint.java"
NestMembers:
  com.sun.prism.paint.Paint$Type
InnerClasses:
  public final Type = com.sun.prism.paint.Paint$Type of com.sun.prism.paint.Paint