
public class MilestoneStep extends Object
| Constructor and Description |
|---|
MilestoneStep(long pX,
long pY,
double pOrientation) |
MilestoneStep(long pX,
long pY,
double pOrientation,
Object pObject) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
double |
getOrientation() |
long |
getX() |
long |
getY() |
String |
toString() |
public MilestoneStep(long pX,
long pY,
double pOrientation,
Object pObject)
public MilestoneStep(long pX,
long pY,
double pOrientation)