|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.basic.UserSettings
public final class UserSettings
Constructor Summary | |
---|---|
UserSettings()
|
Method Summary | |
---|---|
static void |
setAnimationAddress(String address)
Set the IP Address for the Robot or Avatar animation player. |
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 speech 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 speech service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |