public class RoverEntityBuilder
extends java.lang.Object
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
RoverEntityBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearEntity() |
void |
clearShape() |
RoverEntity |
createEntity() |
void |
endPoint() |
void |
setGraphicTypeId(int graphicTypeId) |
void |
setOffsetX(int offsetX) |
void |
setOffsetY(int offsetY) |
void |
setPoint(double x,
double y) |
void |
setPoint(XyPoint point) |
void |
setRotation(XyRotation rotation) |
void |
startPoint() |
public void clear()
public void clearEntity()
public void clearShape()
public void startPoint()
public void setGraphicTypeId(int graphicTypeId)
public void setPoint(double x,
double y)
public void setPoint(XyPoint point)
public void setRotation(XyRotation rotation)
public void setOffsetX(int offsetX)
public void setOffsetY(int offsetY)
public void endPoint()
public RoverEntity createEntity()