public class com.sun.prism.TextureMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.prism.TextureMap
  super_class: java.lang.Object
{
  private final com.sun.prism.PhongMaterial$MapType type;
    descriptor: Lcom/sun/prism/PhongMaterial$MapType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.prism.Image image;
    descriptor: Lcom/sun/prism/Image;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.Texture texture;
    descriptor: Lcom/sun/prism/Texture;
    flags: (0x0002) ACC_PRIVATE

  private boolean dirty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.prism.PhongMaterial$MapType);
    descriptor: (Lcom/sun/prism/PhongMaterial$MapType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.TextureMap this
        start local 1 // com.sun.prism.PhongMaterial$MapType type
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* type */
            putfield com.sun.prism.TextureMap.type:Lcom/sun/prism/PhongMaterial$MapType;
         2: .line 40
            return
        end local 1 // com.sun.prism.PhongMaterial$MapType type
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/prism/TextureMap;
            0    3     1  type  Lcom/sun/prism/PhongMaterial$MapType;
    MethodParameters:
      Name  Flags
      type  

  public com.sun.prism.PhongMaterial$MapType getType();
    descriptor: ()Lcom/sun/prism/PhongMaterial$MapType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.TextureMap this
         0: .line 43
            aload 0 /* this */
            getfield com.sun.prism.TextureMap.type:Lcom/sun/prism/PhongMaterial$MapType;
            areturn
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/TextureMap;

  public com.sun.prism.Image getImage();
    descriptor: ()Lcom/sun/prism/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.TextureMap this
         0: .line 47
            aload 0 /* this */
            getfield com.sun.prism.TextureMap.image:Lcom/sun/prism/Image;
            areturn
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/TextureMap;

  public void setImage(com.sun.prism.Image);
    descriptor: (Lcom/sun/prism/Image;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.TextureMap this
        start local 1 // com.sun.prism.Image image
         0: .line 51
            aload 0 /* this */
            aload 1 /* image */
            putfield com.sun.prism.TextureMap.image:Lcom/sun/prism/Image;
         1: .line 52
            return
        end local 1 // com.sun.prism.Image image
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/prism/TextureMap;
            0    2     1  image  Lcom/sun/prism/Image;
    MethodParameters:
       Name  Flags
      image  

  public com.sun.prism.Texture getTexture();
    descriptor: ()Lcom/sun/prism/Texture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.TextureMap this
         0: .line 55
            aload 0 /* this */
            getfield com.sun.prism.TextureMap.texture:Lcom/sun/prism/Texture;
            areturn
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/TextureMap;

  public void setTexture(com.sun.prism.Texture);
    descriptor: (Lcom/sun/prism/Texture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.TextureMap this
        start local 1 // com.sun.prism.Texture texture
         0: .line 59
            aload 0 /* this */
            aload 1 /* texture */
            putfield com.sun.prism.TextureMap.texture:Lcom/sun/prism/Texture;
         1: .line 60
            return
        end local 1 // com.sun.prism.Texture texture
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/prism/TextureMap;
            0    2     1  texture  Lcom/sun/prism/Texture;
    MethodParameters:
         Name  Flags
      texture  

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

  public void setDirty(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.TextureMap this
        start local 1 // boolean dirty
         0: .line 67
            aload 0 /* this */
            iload 1 /* dirty */
            putfield com.sun.prism.TextureMap.dirty:Z
         1: .line 68
            return
        end local 1 // boolean dirty
        end local 0 // com.sun.prism.TextureMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/prism/TextureMap;
            0    2     1  dirty  Z
    MethodParameters:
       Name  Flags
      dirty  
}
SourceFile: "TextureMap.java"
InnerClasses:
  public final MapType = com.sun.prism.PhongMaterial$MapType of com.sun.prism.PhongMaterial