edu.umd.cs.piccolox.activities
Interface PPositionPathActivity.Target
- Enclosing class:
- PPositionPathActivity
public static interface PPositionPathActivity.Target
Interface that objects must conform to in order to have their position
animated.
Method Summary |
void |
setPosition(double x,
double y)
Set's the target's position to the coordinate provided. |
setPosition
void setPosition(double x,
double y)
- Set's the target's position to the coordinate provided.
- Parameters:
x
- the x component of the new positiony
- the y component of the new position
Copyright © 1995-2010 Piccolo2D. All Rights Reserved.