Documentation
Interactive Whiteboard
API Reference
Agora Interactive Whiteboard Java API Reference
Agora Java API Reference for Android
◆ Scene() [1/3]
com.herewhite.sdk.domain.Scene.Scene |
( |
| ) |
|
The Scene
constructor, for initializing a Scene
object.
- Note
- When you insert the scene initialized by calling this method, the SDK randomly names the new scene.
◆ Scene() [2/3]
com.herewhite.sdk.domain.Scene.Scene |
( |
String |
name | ) |
|
The Scene
constructor, for initializing a Scene
object.
- Parameters
-
name | The name of the scene. |
◆ Scene() [3/3]
com.herewhite.sdk.domain.Scene.Scene |
( |
String |
name, |
|
|
PptPage |
ppt |
|
) |
| |
The Scene
constructor, for initializing a Scene
object.
- Parameters
-
name | The name of the scene. |
ppt | Settings of the image or dynamic PPT slide to be inserted into the scene. See PptPage. |
◆ getName()
String com.herewhite.sdk.domain.Scene.getName |
( |
| ) |
|
Gets the name of the scene.
- Returns
- The name of the scene.
◆ setName()
void com.herewhite.sdk.domain.Scene.setName |
( |
String |
name | ) |
|
Sets the name of the scene.
- Parameters
-
name | The name of the scene. |
◆ getComponentsCount()
Long com.herewhite.sdk.domain.Scene.getComponentsCount |
( |
| ) |
|
Gets the number of strokes in the scene.
- Deprecated:
- This method is deprecated.This method call returns
null
.
- Returns
- The number of strokes in the scene.
◆ getPpt()
PptPage com.herewhite.sdk.domain.Scene.getPpt |
( |
| ) |
|
Gets the settings of the image or dynamic PPT slide to be inserted into the scene.
- Returns
- Settings of the image or dynamic PPT slide to be inserted into the scene. See PptPage.
◆ setPpt()
void com.herewhite.sdk.domain.Scene.setPpt |
( |
PptPage |
ppt | ) |
|
Sets the image or the dynamic PPT slide to be inserted into the scene.
- Parameters
-
ppt | Settings of the image or dynamic PPT slide to be inserted into the scene. See PptPage. |