172173174175176177178
* Sets the current position * * @param coords the x and y coordinates of the current position */ public void setCurrentPosition(int[] coords) { addObject(new GraphicsSetCurrentPosition(coords)); }
167168169170171172173