Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.world.BeyondarObjectList Class Reference

This class allow the user to store according to type, so it is useful when a search is required. More...

Inheritance diagram for com.beyondar.android.world.BeyondarObjectList:
Collaboration diagram for com.beyondar.android.world.BeyondarObjectList:

Public Member Functions

boolean isVisible ()
 Check the visibility of the list. More...
 
void setVisibility (boolean visibility)
 Set the visibility of the BeyondarObjectList. More...
 
BeyondarObject get (int index)
 Get the element ate the specific position. More...
 
int size ()
 Return the amount of elements in the list. More...
 
int getType ()
 Get the type of this list. More...
 
void setDefaultImageUri (String uri)
 Set the default image of the list. More...
 
String getDefaultImageUri ()
 Get the default bitmap. More...
 
void setDefaultTexture (Texture texture)
 Set the default Texture of the list. More...
 
Texture getDefaultTexture ()
 Get the default Texture of the list. More...
 
synchronized void forceRemoveObjectsInQueue ()
 This method force to remove all the elements that are queued to be removed.
 
Iterator< BeyondarObjectiterator ()
 

Detailed Description

This class allow the user to store according to type, so it is useful when a search is required.

Member Function Documentation

BeyondarObject com.beyondar.android.world.BeyondarObjectList.get ( int  index)

Get the element ate the specific position.

Parameters
index
Returns
String com.beyondar.android.world.BeyondarObjectList.getDefaultImageUri ( )

Get the default bitmap.


Importatn Do not use this method directly form the BeyondarObjectList instance, the best way to get the default image is using the getDefaultBitmap(int) method in the World instance.

Returns

Here is the caller graph for this function:

Texture com.beyondar.android.world.BeyondarObjectList.getDefaultTexture ( )

Get the default Texture of the list.

This Texture is used when the BeyondarObject texture is not loaded.

Returns
texture Default Texture.
int com.beyondar.android.world.BeyondarObjectList.getType ( )

Get the type of this list.

Returns

Here is the caller graph for this function:

boolean com.beyondar.android.world.BeyondarObjectList.isVisible ( )

Check the visibility of the list.

Returns
true is visible, false otherwise.
void com.beyondar.android.world.BeyondarObjectList.setDefaultImageUri ( String  uri)

Set the default image of the list.

This default image is used when the BeyondarObject image is not available.

Parameters
uriDefault image.
void com.beyondar.android.world.BeyondarObjectList.setDefaultTexture ( Texture  texture)

Set the default Texture of the list.

This Texture is used when the BeyondarObject texture is not loaded.

Parameters
textureDefault Texture.
void com.beyondar.android.world.BeyondarObjectList.setVisibility ( boolean  visibility)

Set the visibility of the BeyondarObjectList.

If invisible all the BeyondarObjects will not be rendered.

Parameters
visibility
int com.beyondar.android.world.BeyondarObjectList.size ( )

Return the amount of elements in the list.

Returns

The documentation for this class was generated from the following file: