|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simulator.ClientCommand | +--simulator.ModifyClientCommand
Implements the client modify command that modify a vrml object position
Fields inherited from class simulator.ClientCommand |
command,
description,
name |
Constructor Summary | |
ModifyClientCommand()
Initialize object for MODIFY command |
Method Summary | |
boolean |
runCommand(java.util.StringTokenizer ST,
Connection connection)
modify a position of one object in the simulator |
Methods inherited from class simulator.ClientCommand |
getDescription,
getName,
getText |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ModifyClientCommand()
Method Detail |
public boolean runCommand(java.util.StringTokenizer ST, Connection connection)
ST
- the tokens contain the command parametersconnection
- a copy of Connection
istance to permit
you to use it's variables
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |