android.renderscript
Class Mesh.AllocationBuilder

java.lang.Object
  extended by android.renderscript.Mesh.AllocationBuilder
Enclosing class:
Mesh

Deprecated.

@Deprecated
public static class Mesh.AllocationBuilder
extends Object


Constructor Summary
Mesh.AllocationBuilder(RenderScript rs)
          Deprecated. 
 
Method Summary
 Mesh.AllocationBuilder addIndexSetAllocation(Allocation a, Mesh.Primitive p)
          Deprecated. 
 Mesh.AllocationBuilder addIndexSetType(Mesh.Primitive p)
          Deprecated. 
 Mesh.AllocationBuilder addVertexAllocation(Allocation a)
          Deprecated. 
 Mesh create()
          Deprecated. 
 int getCurrentIndexSetIndex()
          Deprecated. 
 int getCurrentVertexTypeIndex()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mesh.AllocationBuilder

@Deprecated
public Mesh.AllocationBuilder(RenderScript rs)
Deprecated. 

Method Detail

getCurrentVertexTypeIndex

@Deprecated
public int getCurrentVertexTypeIndex()
Deprecated. 


getCurrentIndexSetIndex

@Deprecated
public int getCurrentIndexSetIndex()
Deprecated. 


addVertexAllocation

@Deprecated
public Mesh.AllocationBuilder addVertexAllocation(Allocation a)
                                           throws IllegalStateException
Deprecated. 

Throws:
IllegalStateException

addIndexSetAllocation

@Deprecated
public Mesh.AllocationBuilder addIndexSetAllocation(Allocation a,
                                                               Mesh.Primitive p)
Deprecated. 


addIndexSetType

@Deprecated
public Mesh.AllocationBuilder addIndexSetType(Mesh.Primitive p)
Deprecated. 


create

@Deprecated
public Mesh create()
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.