A B C D E F G H I L M N O P Q R S T U V W X Y

P

paintInfo(Graphics) - Method in class edu.turtlekit2.demos.soccer.SoccerViewer
 
paintInfo(Graphics) - Method in class edu.turtlekit2.kernel.agents.Viewer
 
paintPatch(Graphics, Patch, int, int, int) - Method in class demo.solstice.SolsticeObserver
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.creation.SpecialViewer
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.diffusion.PheroViewer
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.diffusion.PheroViewer2
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.gameoflife.LifeViewer
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.gameoflife.LifeViewer2
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.demos.gameoflife.LifeViewer3
 
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.kernel.agents.Viewer
override this method if you want an other patch graphic representation giving an on screen location (x,y), a patch p to draw and a reserved on screen patch size: a square of pixels with a side of cellS.
paintPatch(Graphics, Patch, int, int, int) - Method in class edu.turtlekit2.tools.viewer2D.Viewer2D
The Paintpatch method has been overriden in order to achieve specific representation of flavors.
paintPatch(Graphics, Patch, int, int, int) - Method in class mysimulation.MyViewer
The Paintpatch method has been overriden in order to achieve specific representation of flavors.
paintTurtle(Graphics, Turtle, int, int, int) - Method in class demo.solstice.SolsticeObserver
 
paintTurtle(Graphics, Turtle, int, int, int) - Method in class edu.turtlekit2.demos.creation.SpecialViewer
 
paintTurtle(Graphics, Turtle, int, int, int) - Method in class edu.turtlekit2.demos.soccer.SoccerViewer
 
paintTurtle(Graphics, Turtle, int, int, int) - Method in class edu.turtlekit2.kernel.agents.Viewer
In the same way, you can give a special graphic representation of your turtles.
paintTurtle(Graphics, Turtle, int, int, int) - Method in class edu.turtlekit2.tools.viewer2D.Viewer2D
Standard graphical representation of turtle.
paintTurtle(Graphics, Turtle, int, int, int) - Method in class mysimulation.MyViewer
Standard graphical representation of turtle.
Patch - Class in edu.turtlekit2.kernel.environment
The Patch class
Patch(TurtleEnvironment, int, int) - Constructor for class edu.turtlekit2.kernel.environment.Patch
 
patchGrid - Variable in class edu.turtlekit2.kernel.agents.Observer
 
PatchInitializer - Class in edu.turtlekit2.demos.termites
Adapted from the termites simulation of TurtleKit (v1).
PatchInitializer() - Constructor for class edu.turtlekit2.demos.termites.PatchInitializer
 
PatchVariable - Class in edu.turtlekit2.kernel.environment
Use this class to create a numeric patch variable (double).
PatchVariable(String) - Constructor for class edu.turtlekit2.kernel.environment.PatchVariable
 
PAUSED - Static variable in class edu.turtlekit2.kernel.agents.TurtleScheduler
 
paused() - Method in class edu.turtlekit2.kernel.agents.TurtleScheduler
 
pauseSimulation() - Method in class edu.turtlekit2.kernel.agents.SimulationRunner
 
peopleAnimation() - Method in class edu.turtlekit2.demos.soccer.SoccerObserver
 
PerlinSolidNoiseGenerator - Class in edu.turtlekit2.tools.fillers
A Perlin noise generator to generate noise of grid variables.
PerlinSolidNoiseGenerator() - Constructor for class edu.turtlekit2.tools.fillers.PerlinSolidNoiseGenerator
 
PerlinSolidNoiseGenerator(double, double, double) - Constructor for class edu.turtlekit2.tools.fillers.PerlinSolidNoiseGenerator
 
PerlinSolidNoiseGenerator(int, double, double, double, double) - Constructor for class edu.turtlekit2.tools.fillers.PerlinSolidNoiseGenerator
 
PerlinSolidNoiseGenerator(double, double, double, double, double) - Constructor for class edu.turtlekit2.tools.fillers.PerlinSolidNoiseGenerator
 
Phero3DPanel - Class in edu.turtlekit2.demos.mle
Displays a pheromone in 3D using data provided by a Phero3DViewer and rendering it with a PheromoneMesh.
Phero3DPanel(Patch[][], String, int, int) - Constructor for class edu.turtlekit2.demos.mle.Phero3DPanel
 
Phero3DPanel - Class in edu.turtlekit2.tools.pheromone3D
Displays a pheromone in 3D using data provided by a Phero3DViewer and rendering it with a PheromoneMesh.
Phero3DPanel(Patch[][], String, int, int) - Constructor for class edu.turtlekit2.tools.pheromone3D.Phero3DPanel
 
Phero3DViewer - Class in edu.turtlekit2.demos.mle
This agent displays a 3D rendering of a pheromone.
Phero3DViewer() - Constructor for class edu.turtlekit2.demos.mle.Phero3DViewer
 
Phero3DViewer - Class in edu.turtlekit2.tools.pheromone3D
This agent displays a 3D rendering of a pheromone.
Phero3DViewer() - Constructor for class edu.turtlekit2.tools.pheromone3D.Phero3DViewer
 
Pheromone - Class in edu.turtlekit2.kernel.environment
Deprecated.  
Pheromone(TurtleEnvironment, String, int, int, double) - Constructor for class edu.turtlekit2.kernel.environment.Pheromone
Deprecated. Creates a new instance of Pheromone
PheromoneCharter - Class in edu.turtlekit2.tools.chart
Deprecated. use LineCharter instead
PheromoneCharter() - Constructor for class edu.turtlekit2.tools.chart.PheromoneCharter
Deprecated.  
PheromoneMesh - Class in edu.turtlekit2.demos.mle
This class implements a strip triangle mesh to display pheromones in Java3D.
PheromoneMesh(Patch[][], String, int, int) - Constructor for class edu.turtlekit2.demos.mle.PheromoneMesh
 
PheromoneMesh - Class in edu.turtlekit2.tools.pheromone3D
This class implements a strip triangle mesh to display pheromones in Java3D.
PheromoneMesh(Patch[][], String, int, int) - Constructor for class edu.turtlekit2.tools.pheromone3D.PheromoneMesh
 
pheromones - Variable in class edu.turtlekit2.kernel.environment.TurtleEnvironment
Deprecated. 
PheroViewer - Class in edu.turtlekit2.demos.diffusion
Adapted from the diffusion simulation of TurtleKit (v1).
PheroViewer() - Constructor for class edu.turtlekit2.demos.diffusion.PheroViewer
 
PheroViewer2 - Class in edu.turtlekit2.demos.diffusion
Adapted from the diffusion simulation of TurtleKit (v1).
PheroViewer2() - Constructor for class edu.turtlekit2.demos.diffusion.PheroViewer2
 
play() - Method in class edu.turtlekit2.demos.soccer.BluePlayer
 
play() - Method in class edu.turtlekit2.demos.soccer.RedPlayer
 
Player - Class in edu.turtlekit2.demos.soccer
Adapted from the soccer simulation of TurtleKit (v1).
Player() - Constructor for class edu.turtlekit2.demos.soccer.Player
 
playRole(String) - Method in class edu.turtlekit2.kernel.agents.Turtle
one way to identify a kind of turtle: give them a Role in the simulation.
PopulationCharter - Class in edu.turtlekit2.tools.chart
Deprecated. use LineCharter instead
PopulationCharter() - Constructor for class edu.turtlekit2.tools.chart.PopulationCharter
Deprecated.  
position - Variable in class edu.turtlekit2.kernel.agents.Turtle
 
Predator - Class in edu.turtlekit2.demos.hunt
Adapted from the hunt simulation of TurtleKit (v1).
Predator() - Constructor for class edu.turtlekit2.demos.hunt.Predator
 
Prey - Class in edu.turtlekit2.demos.hunt
Adapted from the hunt simulation of TurtleKit (v1).
Prey() - Constructor for class edu.turtlekit2.demos.hunt.Prey
 
Prey(double) - Constructor for class edu.turtlekit2.demos.hunt.Prey
 
println(String) - Method in class edu.turtlekit2.kernel.python.PythonCommandCenter
 
probe1 - Variable in class edu.turtlekit2.kernel.agents.Observer
 
probe2 - Variable in class edu.turtlekit2.kernel.agents.Observer
 
processLineByLine(String) - Static method in class edu.turtlekit2.utils.TxtFileReader
Return an arrayList of the lines of a text file.
python - Variable in class edu.turtlekit2.ui.ControlBoard
 
python - Variable in class trashier.LauncherGui
 
PythonCommandCenter - Class in edu.turtlekit2.kernel.python
Titre : PythonCommandCenter Description : command center managing the use of python under turtlekit.
PythonCommandCenter(String) - Constructor for class edu.turtlekit2.kernel.python.PythonCommandCenter
 

A B C D E F G H I L M N O P Q R S T U V W X Y