public class Contact
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private BasicLinearMover |
myMover |
| Constructor and Description |
|---|
Contact() |
Contact(BasicLinearMover myMover) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D |
getCurrentLocation() |
java.lang.String |
toString() |
private BasicLinearMover myMover
public Contact()
public Contact(BasicLinearMover myMover)