* @param y the amount of y translation
* @return a new {@linkplain ZoomDrawCommand}
* @see ZoomDrawCommand
*/
public ZoomDrawCommand createZoomDrawCommand( int centerx, int centery, double amount ) {
return new ZoomDrawCommand(centerx, centery, amount);
}