public class EnvironmentExplorerApp extends EarlyYearsApp
syncName
localDevicePosition, MEDIA_SEARCH, networkFlickEnabled, NETWORKING, ONE_MEDIA_AT_A_TIME, sync
Constructor and Description |
---|
EnvironmentExplorerApp() |
Modifier and Type | Method and Description |
---|---|
void |
createMarker(com.jme3.math.Vector2f relativeLocation,
float relativeRotation)
Creates the marker.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
setMap(IItem item)
Sets the map.
|
void |
setTeacherControlVisibility(boolean visible)
Sets the teacher control visibility.
|
onDestroy, setActivity, shouldStart
bringAllStudentsToTop, createScreenShotItem, disableNetworkFlick, enableNetworkFlick, generateStudentMenu, getFeedbackTypes, getFriendlyAppName, getTableIdentity, login, loginAll, logout, logoutAll, logoutAllOfClass, modifyMenus, onContentFromProjectorArrival, onFind, onFlickArrival, reloadRemovableMediaCache, reloadServerCache, removeAdditionalMedia, removeVirtualTable, sendContentsToProjectors, sendScreenShotToProjectors, shouldStop, toggleFreeze, updateVirtualTable, utiliseScreenshot
public static void main(java.lang.String[] args) throws java.net.SocketException
args
- the argumentsjava.net.SocketException
- the socket exceptionpublic void createMarker(com.jme3.math.Vector2f relativeLocation, float relativeRotation)
relativeLocation
- the relative locationrelativeRotation
- the relative rotationpublic void setMap(IItem item)
item
- the new mappublic void setTeacherControlVisibility(boolean visible)
visible
- the new teacher control visibility