- setBackground_Col(Color) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
gets the background colour used by clear() to fill the panel.
- setDirection(int) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
set directions as 0 (north), 90 (east), 180 (south) or 270 (west)
an invalid value results in direction being unchanged
- setImage(BufferedImage) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
sets the background image to the image passed to it
- setPenColour(Color) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
set the current pen colour, further drawing peration will be in the new colour
- setPreferredSize(int, int) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
- setTurtleSpeed(int) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
sets the speed of the turtle's movement.
- setxPos(int) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
manually set the x position of the turtle (i.e.
- setyPos(int) - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
manually set the y position of the turtle (i.e.