class com.sun.prism.es2.ES2MeshView extends com.sun.prism.impl.BaseMeshView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.es2.ES2MeshView
  super_class: com.sun.prism.impl.BaseMeshView
{
  static int count;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  private final com.sun.prism.es2.ES2Context context;
    descriptor: Lcom/sun/prism/es2/ES2Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long nativeHandle;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private float ambientLightRed;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float ambientLightBlue;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float ambientLightGreen;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.es2.ES2Light[] lights;
    descriptor: [Lcom/sun/prism/es2/ES2Light;
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.prism.es2.ES2Mesh mesh;
    descriptor: Lcom/sun/prism/es2/ES2Mesh;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.prism.es2.ES2PhongMaterial material;
    descriptor: Lcom/sun/prism/es2/ES2PhongMaterial;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            iconst_0
            putstatic com.sun.prism.es2.ES2MeshView.count:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.sun.prism.es2.ES2Context, long, com.sun.prism.es2.ES2Mesh, com.sun.prism.impl.Disposer$Record);
    descriptor: (Lcom/sun/prism/es2/ES2Context;JLcom/sun/prism/es2/ES2Mesh;Lcom/sun/prism/impl/Disposer$Record;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // com.sun.prism.es2.ES2Context context
        start local 2 // long nativeHandle
        start local 4 // com.sun.prism.es2.ES2Mesh mesh
        start local 5 // com.sun.prism.impl.Disposer$Record disposerRecord
         0: .line 55
            aload 0 /* this */
            aload 5 /* disposerRecord */
            invokespecial com.sun.prism.impl.BaseMeshView.<init>:(Lcom/sun/prism/impl/Disposer$Record;)V
         1: .line 41
            aload 0 /* this */
            fconst_0
            putfield com.sun.prism.es2.ES2MeshView.ambientLightRed:F
         2: .line 42
            aload 0 /* this */
            fconst_0
            putfield com.sun.prism.es2.ES2MeshView.ambientLightBlue:F
         3: .line 43
            aload 0 /* this */
            fconst_0
            putfield com.sun.prism.es2.ES2MeshView.ambientLightGreen:F
         4: .line 46
            aload 0 /* this */
            iconst_3
            anewarray com.sun.prism.es2.ES2Light
            putfield com.sun.prism.es2.ES2MeshView.lights:[Lcom/sun/prism/es2/ES2Light;
         5: .line 56
            aload 0 /* this */
            aload 1 /* context */
            putfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
         6: .line 57
            aload 0 /* this */
            aload 4 /* mesh */
            putfield com.sun.prism.es2.ES2MeshView.mesh:Lcom/sun/prism/es2/ES2Mesh;
         7: .line 58
            aload 0 /* this */
            lload 2 /* nativeHandle */
            putfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
         8: .line 59
            getstatic com.sun.prism.es2.ES2MeshView.count:I
            iconst_1
            iadd
            putstatic com.sun.prism.es2.ES2MeshView.count:I
         9: .line 60
            return
        end local 5 // com.sun.prism.impl.Disposer$Record disposerRecord
        end local 4 // com.sun.prism.es2.ES2Mesh mesh
        end local 2 // long nativeHandle
        end local 1 // com.sun.prism.es2.ES2Context context
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/sun/prism/es2/ES2MeshView;
            0   10     1         context  Lcom/sun/prism/es2/ES2Context;
            0   10     2    nativeHandle  J
            0   10     4            mesh  Lcom/sun/prism/es2/ES2Mesh;
            0   10     5  disposerRecord  Lcom/sun/prism/impl/Disposer$Record;
    MethodParameters:
                Name  Flags
      context         
      nativeHandle    
      mesh            
      disposerRecord  

  static com.sun.prism.es2.ES2MeshView create(com.sun.prism.es2.ES2Context, com.sun.prism.es2.ES2Mesh);
    descriptor: (Lcom/sun/prism/es2/ES2Context;Lcom/sun/prism/es2/ES2Mesh;)Lcom/sun/prism/es2/ES2MeshView;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=11, locals=4, args_size=2
        start local 0 // com.sun.prism.es2.ES2Context context
        start local 1 // com.sun.prism.es2.ES2Mesh mesh
         0: .line 63
            aload 0 /* context */
            aload 1 /* mesh */
            invokevirtual com.sun.prism.es2.ES2Context.createES2MeshView:(Lcom/sun/prism/es2/ES2Mesh;)J
            lstore 2 /* nativeHandle */
        start local 2 // long nativeHandle
         1: .line 64
            new com.sun.prism.es2.ES2MeshView
            dup
            aload 0 /* context */
            lload 2 /* nativeHandle */
            aload 1 /* mesh */
            new com.sun.prism.es2.ES2MeshView$ES2MeshViewDisposerRecord
            dup
            aload 0 /* context */
            lload 2 /* nativeHandle */
            invokespecial com.sun.prism.es2.ES2MeshView$ES2MeshViewDisposerRecord.<init>:(Lcom/sun/prism/es2/ES2Context;J)V
            invokespecial com.sun.prism.es2.ES2MeshView.<init>:(Lcom/sun/prism/es2/ES2Context;JLcom/sun/prism/es2/ES2Mesh;Lcom/sun/prism/impl/Disposer$Record;)V
            areturn
        end local 2 // long nativeHandle
        end local 1 // com.sun.prism.es2.ES2Mesh mesh
        end local 0 // com.sun.prism.es2.ES2Context context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0       context  Lcom/sun/prism/es2/ES2Context;
            0    2     1          mesh  Lcom/sun/prism/es2/ES2Mesh;
            1    2     2  nativeHandle  J
    MethodParameters:
         Name  Flags
      context  
      mesh     

  public void setCullingMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // int cullingMode
         0: .line 69
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            iload 1 /* cullingMode */
            invokevirtual com.sun.prism.es2.ES2Context.setCullingMode:(JI)V
         1: .line 70
            return
        end local 1 // int cullingMode
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/prism/es2/ES2MeshView;
            0    2     1  cullingMode  I
    MethodParameters:
             Name  Flags
      cullingMode  

  public void setMaterial(com.sun.prism.Material);
    descriptor: (Lcom/sun/prism/Material;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // com.sun.prism.Material material
         0: .line 74
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            aload 1 /* material */
            invokevirtual com.sun.prism.es2.ES2Context.setMaterial:(JLcom/sun/prism/Material;)V
         1: .line 75
            aload 0 /* this */
            aload 1 /* material */
            checkcast com.sun.prism.es2.ES2PhongMaterial
            putfield com.sun.prism.es2.ES2MeshView.material:Lcom/sun/prism/es2/ES2PhongMaterial;
         2: .line 76
            return
        end local 1 // com.sun.prism.Material material
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/prism/es2/ES2MeshView;
            0    3     1  material  Lcom/sun/prism/Material;
    MethodParameters:
          Name  Flags
      material  

  public void setWireframe(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // boolean wireframe
         0: .line 80
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            iload 1 /* wireframe */
            invokevirtual com.sun.prism.es2.ES2Context.setWireframe:(JZ)V
         1: .line 81
            return
        end local 1 // boolean wireframe
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/prism/es2/ES2MeshView;
            0    2     1  wireframe  Z
    MethodParameters:
           Name  Flags
      wireframe  

  public void setAmbientLight(float, float, float);
    descriptor: (FFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // float r
        start local 2 // float g
        start local 3 // float b
         0: .line 85
            aload 0 /* this */
            fload 1 /* r */
            putfield com.sun.prism.es2.ES2MeshView.ambientLightRed:F
         1: .line 86
            aload 0 /* this */
            fload 2 /* g */
            putfield com.sun.prism.es2.ES2MeshView.ambientLightGreen:F
         2: .line 87
            aload 0 /* this */
            fload 3 /* b */
            putfield com.sun.prism.es2.ES2MeshView.ambientLightBlue:F
         3: .line 88
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            fload 1 /* r */
            fload 2 /* g */
            fload 3 /* b */
            invokevirtual com.sun.prism.es2.ES2Context.setAmbientLight:(JFFF)V
         4: .line 89
            return
        end local 3 // float b
        end local 2 // float g
        end local 1 // float r
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/prism/es2/ES2MeshView;
            0    5     1     r  F
            0    5     2     g  F
            0    5     3     b  F
    MethodParameters:
      Name  Flags
      r     
      g     
      b     

  float getAmbientLightRed();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.ambientLightRed:F
            freturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;

  float getAmbientLightGreen();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 96
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.ambientLightGreen:F
            freturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;

  float getAmbientLightBlue();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 100
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.ambientLightBlue:F
            freturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;

  public void setPointLight(int, float, float, float, float, float, float, float);
    descriptor: (IFFFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=9, args_size=9
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // int index
        start local 2 // float x
        start local 3 // float y
        start local 4 // float z
        start local 5 // float r
        start local 6 // float g
        start local 7 // float b
        start local 8 // float w
         0: .line 106
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            iconst_2
            if_icmpgt 3
         1: .line 107
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.lights:[Lcom/sun/prism/es2/ES2Light;
            iload 1 /* index */
            new com.sun.prism.es2.ES2Light
            dup
            fload 2 /* x */
            fload 3 /* y */
            fload 4 /* z */
            fload 5 /* r */
            fload 6 /* g */
            fload 7 /* b */
            fload 8 /* w */
            invokespecial com.sun.prism.es2.ES2Light.<init>:(FFFFFFF)V
            aastore
         2: .line 108
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            iload 1 /* index */
            fload 2 /* x */
            fload 3 /* y */
            fload 4 /* z */
            fload 5 /* r */
            fload 6 /* g */
            fload 7 /* b */
            fload 8 /* w */
            invokevirtual com.sun.prism.es2.ES2Context.setPointLight:(JIFFFFFFF)V
         3: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 8 // float w
        end local 7 // float b
        end local 6 // float g
        end local 5 // float r
        end local 4 // float z
        end local 3 // float y
        end local 2 // float x
        end local 1 // int index
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/prism/es2/ES2MeshView;
            0    4     1  index  I
            0    4     2      x  F
            0    4     3      y  F
            0    4     4      z  F
            0    4     5      r  F
            0    4     6      g  F
            0    4     7      b  F
            0    4     8      w  F
    MethodParameters:
       Name  Flags
      index  
      x      
      y      
      z      
      r      
      g      
      b      
      w      

  com.sun.prism.es2.ES2Light[] getPointLights();
    descriptor: ()[Lcom/sun/prism/es2/ES2Light;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 113
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.lights:[Lcom/sun/prism/es2/ES2Light;
            areturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;

  public void render(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.prism.es2.ES2MeshView this
        start local 1 // com.sun.prism.Graphics g
         0: .line 118
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.material:Lcom/sun/prism/es2/ES2PhongMaterial;
            invokevirtual com.sun.prism.es2.ES2PhongMaterial.lockTextureMaps:()V
         1: .line 119
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.context:Lcom/sun/prism/es2/ES2Context;
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.nativeHandle:J
            aload 1 /* g */
            aload 0 /* this */
            invokevirtual com.sun.prism.es2.ES2Context.renderMeshView:(JLcom/sun/prism/Graphics;Lcom/sun/prism/es2/ES2MeshView;)V
         2: .line 120
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.material:Lcom/sun/prism/es2/ES2PhongMaterial;
            invokevirtual com.sun.prism.es2.ES2PhongMaterial.unlockTextureMaps:()V
         3: .line 121
            return
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/prism/es2/ES2MeshView;
            0    4     1     g  Lcom/sun/prism/Graphics;
    MethodParameters:
      Name  Flags
      g     

  com.sun.prism.es2.ES2PhongMaterial getMaterial();
    descriptor: ()Lcom/sun/prism/es2/ES2PhongMaterial;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 124
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.material:Lcom/sun/prism/es2/ES2PhongMaterial;
            areturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 130
            aload 0 /* this */
            aconst_null
            putfield com.sun.prism.es2.ES2MeshView.material:Lcom/sun/prism/es2/ES2PhongMaterial;
         1: .line 131
            aload 0 /* this */
            aconst_null
            putfield com.sun.prism.es2.ES2MeshView.lights:[Lcom/sun/prism/es2/ES2Light;
         2: .line 132
            aload 0 /* this */
            getfield com.sun.prism.es2.ES2MeshView.disposerRecord:Lcom/sun/prism/impl/Disposer$Record;
            invokeinterface com.sun.prism.impl.Disposer$Record.dispose:()V
         3: .line 133
            getstatic com.sun.prism.es2.ES2MeshView.count:I
            iconst_1
            isub
            putstatic com.sun.prism.es2.ES2MeshView.count:I
         4: .line 134
            return
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/prism/es2/ES2MeshView;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.es2.ES2MeshView this
         0: .line 137
            getstatic com.sun.prism.es2.ES2MeshView.count:I
            ireturn
        end local 0 // com.sun.prism.es2.ES2MeshView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/es2/ES2MeshView;
}
SourceFile: "ES2MeshView.java"
NestMembers:
  com.sun.prism.es2.ES2MeshView$ES2MeshViewDisposerRecord
InnerClasses:
  ES2MeshViewDisposerRecord = com.sun.prism.es2.ES2MeshView$ES2MeshViewDisposerRecord of com.sun.prism.es2.ES2MeshView
  public abstract Record = com.sun.prism.impl.Disposer$Record of com.sun.prism.impl.Disposer