- getBackground_Col() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
gets the background colour used by clear() to fill the panel.
- getCommandsIssued() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
returns an array of all the commands typed in since run or last reset
- getDirection() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
- getGraphicsContext() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
returns the graphics context of the HraphicsPanel so it can be draw on
e.g.
- getImage() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
returns a BufferedImage of the current turtle graphic
- getNumberCommandsissued() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
returns the number of issued commands since program started or reset
- getPenColour() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
get the current pen colour
- getxPos() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
get the x position of the turtle
- getyPos() - Method in class uk.ac.leedsbeckett.oop.GraphicsPanel
-
get the y position of the turtle
- GraphicsPanel - Class in uk.ac.leedsbeckett.oop
-
GraphicsPanel
- GraphicsPanel() - Constructor for class uk.ac.leedsbeckett.oop.GraphicsPanel
-
Constructor.