| Public Constructors | |
|---|---|
|
RenderObject(int objectId, Bitmap bitmap, int order, int objectType, int coordinateSystem)
Creates a new instance of this class. |
|
| Public Methods | |
|---|---|
| final int |
getObjectId()
Retrieves the object ID. |
| final void |
setBitmap(Bitmap bitmap)
Sets the bitmap. |
| final Bitmap |
getBitmap()
Retrieves the bitmap. |
| final void |
setOrder(int order)
Sets the occlusion order value. |
| final int |
getOrder()
Retrieves the occlusion order value. |
| void |
toRegisterExtras(Intent intent)
Set the intent to resist information. |
| final void |
toObjectResponseExtras(Intent intent)
Set the intent to object response information. |
| abstract void |
toMoveExtras(Intent intent)
Set the intent to move object information. |
| final void |
toOrderExtras(Intent intent)
Set the intent to change order information. |
| java.lang.String | toString() |
| Protected Methods | |
|---|---|
| final void |
setObjectIdExtra(Intent intent)
Set the intent to object ID. |
| final void |
setCoordinateSystemExtra(Intent intent)
Set the intent to Coordinate System. |
Creates a new instance of this class.
| objectId | A unique ID for the render object, a positive integer. Give the object a unique ID that will allow you to identify it in the results of asynchronous operations. |
|---|---|
| bitmap | The bitmap image to be displayed with AR rendering. |
| order | The occlusion order for this object, a positive integer. Zero renders the object in the foreground. |
| objectType | Whether this object is static or animated. One of: |
| coordinateSystem | Coordinate system of this object. One of: |
Retrieves the object ID.
The object ID.
Sets the bitmap.
| bitmap | The bitmap object. |
|---|
Retrieves the bitmap.
The bitmap object.
Sets the occlusion order value.
| order | The new order value, a positive integer. |
|---|
Retrieves the occlusion order value.
The order value.
Set the intent to resist information.
| intent | intent to set the extra. |
|---|
Set the intent to object response information.
| intent | intent to set the extra. |
|---|
Set the intent to move object information.
| intent | intent to set the extra. |
|---|
Set the intent to change order information.
| intent | intent to set the extra. |
|---|
Set the intent to object ID.
| intent | intent intent to set the extra. |
|---|
Set the intent to Coordinate System.
| intent | intent to set the extra. |
|---|
Abstract render object. Every render object to be registered must be a member of