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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.prism.TextureMap.type:Lcom/sun/prism/PhongMaterial$MapType;
2: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.TextureMap.type:Lcom/sun/prism/PhongMaterial$MapType;
areturn
end local 0 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 0: aload 0
getfield com.sun.prism.TextureMap.image:Lcom/sun/prism/Image;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.sun.prism.TextureMap.image:Lcom/sun/prism/Image;
1: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.TextureMap.texture:Lcom/sun/prism/Texture;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.sun.prism.TextureMap.texture:Lcom/sun/prism/Texture;
1: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.TextureMap.dirty:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield com.sun.prism.TextureMap.dirty:Z
1: return
end local 1 end local 0 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