| java.lang.Object edu.iu.uis.eden.clientapp.vo.MovePointVO
Constructor Summary | |
public | MovePointVO() | public | MovePointVO(String fromNodeName, int stepsToMove) Defines a move point which starts at the given fromNodeName and moves the
number of steps defined. |
MovePointVO | public MovePointVO()(Code) | | |
MovePointVO | public MovePointVO(String fromNodeName, int stepsToMove)(Code) | | Defines a move point which starts at the given fromNodeName and moves the
number of steps defined. This can be a negative value to move backwards,
0 to stay at the current position (refresh) or a positive value to move forward.
|
getStepsToMove | public int getStepsToMove()(Code) | | |
setStartNodeName | public void setStartNodeName(String fromNodeName)(Code) | | |
setStepsToMove | public void setStepsToMove(int stepsToMove)(Code) | | |
|
|