|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.robokind.client.basic.UserSettings
public final class UserSettings
| Constructor Summary | |
|---|---|
UserSettings()
|
|
| Method Summary | |
|---|---|
static void |
setAccelerometerAddress(String address)
Set the IP Address for the Robot or Avatar accelerometer service. |
static void |
setAnimationAddress(String address)
Set the IP Address for the Robot or Avatar animation player. |
static void |
setCameraAddress(String address)
Set the IP Address for the Robot or Avatar camera service. |
static void |
setCameraId(String id)
Set the ID of the Robot or Avatar camera. |
static void |
setCompassAddress(String address)
Set the IP Address for the Robot or Avatar compass service. |
static void |
setGyroscopeAddress(String address)
Set the IP Address for the Robot or Avatar gyroscope service. |
static void |
setImageRegionAddress(String address)
Set the IP Address for the Robot or Avatar image region service. |
static void |
setImageRegionId(String id)
Set the ID of the Robot or Avatar camera for the image region service. |
static void |
setRobotAddress(String address)
Set the IP Address for the Robot or Avatar. |
static void |
setRobotId(String robotId)
Set the id of the robot to connect to. |
static void |
setSensorAddress(String address)
Set the IP Address for the Robot or Avatar sensor service. |
static void |
setSpeechAddress(String address)
Set the IP Address for the Robot or Avatar speech service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSettings()
| Method Detail |
|---|
public static void setRobotId(String robotId)
robotId - robot id stringpublic static void setRobotAddress(String address)
address - IP address of the robotpublic static void setAnimationAddress(String address)
address - IP address of the animation playerpublic static void setSpeechAddress(String address)
address - IP address of the speech servicepublic static void setSensorAddress(String address)
address - IP address of the sensor servicepublic static void setAccelerometerAddress(String address)
address - IP address of the accelerometer servicepublic static void setGyroscopeAddress(String address)
address - IP address of the gyroscope servicepublic static void setCompassAddress(String address)
address - IP address of the compass servicepublic static void setCameraAddress(String address)
address - IP address of the camera servicepublic static void setImageRegionAddress(String address)
address - IP address of the image region servicepublic static void setCameraId(String id)
id - ID of the camera: 0 is right, 1 is leftpublic static void setImageRegionId(String id)
id - ID of the camera for the image region service: 0 is right, 1 is left
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||