Package | Description |
---|---|
simkit.smdx |
Contains basic classes to represent the entities in a combat simulation.
|
Modifier and Type | Method and Description |
---|---|
void |
AcceleratedMover.magicMove(java.awt.geom.Point2D location)
Deprecated.
|
void |
Mover.magicMove(java.awt.geom.Point2D location)
Instantly move to the given location.
|
void |
UniformLinearMover.magicMove(java.awt.geom.Point2D location)
Instantly moves this Mover to the given location.
|
void |
AcceleratedMover.setLocation(java.awt.geom.Point2D location)
Deprecated.
|
void |
FormationMoverManager.SurrogateTarget.setLocation(java.awt.geom.Point2D location) |
void |
Mover.setLocation(java.awt.geom.Point2D location)
Added to support zero argument constructors and the ObjectMaker system.
|
void |
UniformLinearMover.setLocation(java.awt.geom.Point2D location) |
void |
AcceleratedMover.setMaxSpeed(double max)
Deprecated.
|
void |
FormationMoverManager.SurrogateTarget.setMaxSpeed(double max) |
void |
Mover.setMaxSpeed(double maxSpeed)
Added to support zero argument constructors and the ObjectMaker system.
|
void |
UniformLinearMover.setMaxSpeed(double max) |