The Greenfoot Programmers' Manual

// Create a new world with 20x20 cells with a cell size of 10x10 pixels. super(20, 20, 10); }} ... which takes an array of x co-ordinates, an array of y co-ordinates and the number of points the shape has. ... The method takes the string to be drawn, and the x and y position of the baseline of the first character. This means that the point ... ................
................