|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewer | |
---|---|
turtlekit.kernel | |
turtlekit.simulations.diffusion | |
turtlekit.simulations.gameoflife | |
turtlekit.simulations.soccer | |
turtlekit.simulations.tests |
Uses of Viewer in turtlekit.kernel |
---|
Methods in turtlekit.kernel with parameters of type Viewer | |
---|---|
void |
Launcher.addViewer(Viewer v)
add a specific world viewer with the current cell size |
void |
Launcher.addViewer(Viewer v,
int cellS)
add a specific world viewer with the specified cell size: cellS |
void |
Launcher.addViewer(Viewer v,
int cellS,
java.lang.String viewerName)
add a specific world viewer with the specified cell size: cellS |
void |
Launcher.addViewer(Viewer v,
java.lang.String viewerName)
add a specific world viewer with the current cell size |
Uses of Viewer in turtlekit.simulations.diffusion |
---|
Subclasses of Viewer in turtlekit.simulations.diffusion | |
---|---|
class |
FlavorViewer
FlavorViewer overrides the paintPatch method in order to adjust the onscreen color of a patch to the flavor's value and then make the diffusion visible |
class |
FlavorViewer2
FlavorViewer2 overrides the paintPatch method in order to adjust the onscreen color of a patch to the flavor2's value and then make only the diffusion of flavor2 visible |
Uses of Viewer in turtlekit.simulations.gameoflife |
---|
Subclasses of Viewer in turtlekit.simulations.gameoflife | |
---|---|
class |
LifeViewer
LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch |
class |
LifeViewer2
LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch |
class |
LifeViewer3
LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch |
Uses of Viewer in turtlekit.simulations.soccer |
---|
Subclasses of Viewer in turtlekit.simulations.soccer | |
---|---|
class |
SoccerViewer
SoccerViewer changes the turtle display to obtain a tiny player insteed of a rect, |
Uses of Viewer in turtlekit.simulations.tests |
---|
Subclasses of Viewer in turtlekit.simulations.tests | |
---|---|
class |
SpecialViewer
A viewer that override the paintTurtle method to obtain a different visual effect, |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |