|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.renderscript.BaseObj
android.renderscript.FileA3D
public class FileA3D
Nested Class Summary | |
---|---|
static class |
FileA3D.EntryType
|
static class |
FileA3D.IndexEntry
|
Method Summary | |
---|---|
static FileA3D |
createFromAsset(RenderScript rs,
AssetManager mgr,
String path)
|
static FileA3D |
createFromFile(RenderScript rs,
File path)
|
static FileA3D |
createFromFile(RenderScript rs,
String path)
|
static FileA3D |
createFromResource(RenderScript rs,
Resources res,
int id)
|
FileA3D.IndexEntry |
getIndexEntry(int index)
|
int |
getIndexEntryCount()
|
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 |
---|
public int getIndexEntryCount()
public FileA3D.IndexEntry getIndexEntry(int index)
public static FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path)
public static FileA3D createFromFile(RenderScript rs, String path)
public static FileA3D createFromFile(RenderScript rs, File path)
public static FileA3D createFromResource(RenderScript rs, Resources res, int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |