android.renderscript
Class BaseObj

java.lang.Object
  extended by android.renderscript.BaseObj
Direct Known Subclasses:
Allocation, Element, FileA3D, Font, Mesh, Program, ProgramRaster, ProgramStore, Sampler, Script, Type

public class BaseObj
extends Object


Method Summary
 void destroy()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setName

public void setName(String name)

getName

public String getName()

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

destroy

public void destroy()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2008-2012. All Rights Reserved.