|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RsBody | |
---|---|
rp1.rossum | Provides classes to be used as the basis of both the RP1 simulator and client applications. |
rp1.simulator | Provides classes to be used for the RP1 simulator internals. |
Uses of RsBody in rp1.rossum |
---|
Methods in rp1.rossum with parameters of type RsBody | |
---|---|
void |
RsBody.copyStateData(RsBody dataSource)
|
abstract void |
RsConnectionBodyHandler.process(RsBody body)
|
void |
RsClient.sendBodySpecification(RsBody body)
The sendBodySpecification sends the body specification to the simulator and absolutely must be invoked before any requests are sent to RP1. |
Uses of RsBody in rp1.simulator |
---|
Methods in rp1.simulator that return RsBody | |
---|---|
RsBody[] |
SimStateDataInterface.getBodyArray()
|
RsBody[] |
SimStateDataExchange.getBodyArray()
|
RsBody[] |
SimSession.getBodyArray()
|
RsBody[] |
SimCanvas.getBodyArray()
|
Methods in rp1.simulator with parameters of type RsBody | |
---|---|
void |
SimCanvas.paintBodies(java.awt.Graphics gp,
RsBody[] bodies)
|
void |
SimBodyHandler.process(RsBody body)
|
void |
SimClient.setBody(RsBody body)
|
void |
SimStateDataInterface.setBodyArray(RsBody[] bodies)
|
void |
SimStateDataExchange.setBodyArray(RsBody[] bodyArray)
|
void |
SimSession.setBodyArray(RsBody[] b)
|
void |
SimCanvas.setBodyArray(RsBody[] bodyArray)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |