to top
Android APIs
Added in API level 11
Deprecated since API level 16
public static class

FileA3D.IndexEntry

extends Object
java.lang.Object
   ↳ android.renderscript.FileA3D.IndexEntry

This class was deprecated in API level 16.
in API 16 IndexEntry contains information about one of the Renderscript objects inside the file's index. It could be used to query the object's type and also name and load the object itself if necessary.

Summary

Public Methods
FileA3D.EntryType getEntryType()
This method was deprecated in API level 16. in API 16 Returns the type of a renderscript object the index entry describes
Mesh getMesh()
This method was deprecated in API level 16. in API 16 Used to load the mesh described by the index entry, object described by the index entry must be a renderscript mesh
String getName()
This method was deprecated in API level 16. in API 16 Returns the name of a renderscript object the index entry describes
BaseObj getObject()
This method was deprecated in API level 16. in API 16 Used to load the object described by the index entry
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public FileA3D.EntryType getEntryType ()

Added in API level 11

This method was deprecated in API level 16.
in API 16 Returns the type of a renderscript object the index entry describes

Returns
  • type of a renderscript object the index entry describes

public Mesh getMesh ()

Added in API level 11

This method was deprecated in API level 16.
in API 16 Used to load the mesh described by the index entry, object described by the index entry must be a renderscript mesh

Returns
  • renderscript mesh object described by the entry

public String getName ()

Added in API level 11

This method was deprecated in API level 16.
in API 16 Returns the name of a renderscript object the index entry describes

Returns
  • name of a renderscript object the index entry describes

public BaseObj getObject ()

Added in API level 11

This method was deprecated in API level 16.
in API 16 Used to load the object described by the index entry

Returns
  • base renderscript object described by the entry