|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MovementModel | |
|---|---|
| com.speckled.specksim | The main classes/interfaces of SpeckSim. |
| com.speckled.specksim.imp.comm | Communication implementations |
| com.speckled.specksim.imp.motion | Movement model implementations. |
| com.speckled.specksim.listener | Interfaces for monitoring the behaviour of a simulator. |
| Uses of MovementModel in com.speckled.specksim |
|---|
| Methods in com.speckled.specksim that return MovementModel | |
|---|---|
static MovementModel |
MovementModelManager.getModel(java.lang.String name)
Gets the movement model with the supplied name, or null if there is no such model registered |
MovementModel |
SpeckSim.getMovementModel()
Gets the current movement model |
| Methods in com.speckled.specksim with parameters of type MovementModel | |
|---|---|
void |
SpeckSim.setMovementModel(MovementModel mm)
Sets the current movement model |
| Uses of MovementModel in com.speckled.specksim.imp.comm |
|---|
| Methods in com.speckled.specksim.imp.comm with parameters of type MovementModel | |
|---|---|
void |
OctTreeField.movementModelSet(MovementModel mm)
|
| Uses of MovementModel in com.speckled.specksim.imp.motion |
|---|
| Classes in com.speckled.specksim.imp.motion that implement MovementModel | |
|---|---|
class |
CacheingMovementModel
Override this class to add cacheing behaviour to your movement model. |
class |
ExcitedHenge
It's as if the druids had used flubber instead of massive stone blocks... |
class |
GridMovementModel
Models a static grid of specks |
class |
PerspecksModel
It's a flat sheet, with a block waving around in front of it |
class |
SpeckledBodyModel
This movement model simulates a number rigid, convex bodies, each with its own path. |
class |
StaticMovementModel
Models a static field of randomly placed Specks. |
class |
WaypointMovementModel
Simulates a movementmodel where specks traverse an infinite series of random checkpoints. |
| Uses of MovementModel in com.speckled.specksim.listener |
|---|
| Methods in com.speckled.specksim.listener with parameters of type MovementModel | |
|---|---|
void |
MovementModelListener.movementModelSet(MovementModel mm)
Notifies that a new MovementModel has been set |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||