Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
M
O
P
R
S
T
W
A
answer()
- Method in class tortues.
Screen
Oh!
B
backward(int, Dimension)
- Method in class tortues.
Tortoise
Backward the turtle according to its orientation
backwardTorique(Dimension)
- Method in class tortues.
Tortoise
If the turtle is on a border and that it must backward, this function can to cross it across the torique plan
C
Controller
- Class in
tortues
Controller (MVC) * @author
Julien VAUBOURG
* @version 0.2 (2010-10-12)
Controller(Tortoise)
- Constructor for class tortues.
Controller
Creates the controller, with a turtle
E
execCommand(String)
- Method in class tortues.
Controller
Executes a turtle command, and adds it to the history
execCommand(String, boolean)
- Method in class tortues.
Controller
Executes a turtle command
F
forward(int, Dimension)
- Method in class tortues.
Tortoise
Forward the turtle according to its orientation
forwardTorique(Dimension)
- Method in class tortues.
Tortoise
If the turtle is on a border and that it must forward, this function can to cross it across the torique plan
G
getCoord()
- Method in class tortues.
Tortoise
Returns the current turtle position
getFranklin()
- Method in class tortues.
Controller
Returns Franklin
getOrientation()
- Method in class tortues.
Tortoise
Returns the current turtle orientation
getSegments()
- Method in class tortues.
Controller
Returns the drawing
getVivariumSize()
- Method in class tortues.
Screen
Returns the vivarium size
go2(Point)
- Method in class tortues.
Tortoise
Put the turtle to a specified position
H
help()
- Static method in class tortues.
Controller
Help on console
historyDown()
- Method in class tortues.
Controller
Goes down in the command history
historyUp()
- Method in class tortues.
Controller
Back in the command history
I
isInDrawMode()
- Method in class tortues.
Tortoise
Is pen down ?
M
Main
- Class in
tortues
Main * @author
Julien VAUBOURG
* @version 0.2 (2010-10-12)
Main()
- Constructor for class tortues.
Main
main(String[])
- Static method in class tortues.
Main
O
open()
- Method in class tortues.
Controller
Open a saved drawing (with file chooser)
open(File)
- Method in class tortues.
Controller
Open a saved drawing
open(InputStream)
- Method in class tortues.
Controller
Open a saved drawing
origin()
- Method in class tortues.
Tortoise
Put on the original position
P
penDown()
- Method in class tortues.
Tortoise
Switch draw mode to On
penUp()
- Method in class tortues.
Tortoise
Switch draw mode to Off
R
repaintVivarium()
- Method in class tortues.
Screen
Refresh the vivarium
S
Screen
- Class in
tortues
View (MVC) * @author
Julien VAUBOURG
* @version 0.2 (2010-10-12)
Screen(Dimension, Controller)
- Constructor for class tortues.
Screen
Creates the view (MVC), with the controller
setPenColor(int)
- Method in class tortues.
Screen
Set the pen color (with index)
setView(Screen)
- Method in class tortues.
Controller
Set the attached view (MVC)
T
Tortoise
- Class in
tortues
Franklin is a Tortoise * @author
Julien VAUBOURG
* @version 0.2 (2010-10-12)
Tortoise()
- Constructor for class tortues.
Tortoise
Constructor
tortues
- package tortues
turnLeft(int)
- Method in class tortues.
Tortoise
Change the orientation of the turtle of -x degrees
turnRight(int)
- Method in class tortues.
Tortoise
Change the orientation of the turtle of x degrees
W
wrongCommand(String)
- Method in class tortues.
Screen
When the user typed a wrong command (or a good command with a wrong argument), he is alerted directly on the command line
A
B
C
E
F
G
H
I
M
O
P
R
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes