android.renderscript
Class Type

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.Type

public class Type
extends BaseObj


Nested Class Summary
static class Type.Builder
           
static class Type.CubemapFace
           
 
Method Summary
 int getCount()
           
 Element getElement()
           
 int getX()
           
 int getY()
           
 int getZ()
           
 boolean hasFaces()
           
 boolean hasMipmaps()
           
 
Methods inherited from class android.renderscript.BaseObj
destroy, equals, finalize, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getElement

public Element getElement()

getX

public int getX()

getY

public int getY()

getZ

public int getZ()

hasMipmaps

public boolean hasMipmaps()

hasFaces

public boolean hasFaces()

getCount

public int getCount()


Copyright © 2008-2012. All Rights Reserved.