to top
Android APIs
public static class

FileA3D.IndexEntry

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

This class is deprecated.
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 is deprecated. in API 16 Returns the type of a renderscript object the index entry describes
Mesh getMesh()
This method is deprecated. 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 is deprecated. in API 16 Returns the name of a renderscript object the index entry describes
BaseObj getObject()
This method is deprecated. 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 ()

Since: API Level 11

This method is deprecated.
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 ()

Since: API Level 11

This method is deprecated.
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 ()

Since: API Level 11

This method is deprecated.
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 ()

Since: API Level 11

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

Returns
  • base renderscript object described by the entry