android.renderscript
Class Mesh.Builder

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

Deprecated.

@Deprecated
public static class Mesh.Builder
extends Object


Constructor Summary
Mesh.Builder(RenderScript rs, int usage)
          Deprecated. 
 
Method Summary
 Mesh.Builder addIndexSetType(Element e, int size, Mesh.Primitive p)
          Deprecated. 
 Mesh.Builder addIndexSetType(Mesh.Primitive p)
          Deprecated. 
 Mesh.Builder addIndexSetType(Type t, Mesh.Primitive p)
          Deprecated. 
 Mesh.Builder addVertexType(Element e, int size)
          Deprecated. 
 Mesh.Builder addVertexType(Type t)
          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.Builder

@Deprecated
public Mesh.Builder(RenderScript rs,
                               int usage)
Deprecated. 

Method Detail

getCurrentVertexTypeIndex

@Deprecated
public int getCurrentVertexTypeIndex()
Deprecated. 


getCurrentIndexSetIndex

@Deprecated
public int getCurrentIndexSetIndex()
Deprecated. 


addVertexType

@Deprecated
public Mesh.Builder addVertexType(Type t)
                           throws IllegalStateException
Deprecated. 

Throws:
IllegalStateException

addVertexType

@Deprecated
public Mesh.Builder addVertexType(Element e,
                                             int size)
                           throws IllegalStateException
Deprecated. 

Throws:
IllegalStateException

addIndexSetType

@Deprecated
public Mesh.Builder addIndexSetType(Type t,
                                               Mesh.Primitive p)
Deprecated. 


addIndexSetType

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


addIndexSetType

@Deprecated
public Mesh.Builder addIndexSetType(Element e,
                                               int size,
                                               Mesh.Primitive p)
Deprecated. 


create

@Deprecated
public Mesh create()
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.