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

C

cellSize - Variable in class edu.turtlekit2.kernel.agents.Viewer
 
change() - Method in class edu.turtlekit2.demos.creation.Walker
 
change - Variable in class edu.turtlekit2.kernel.environment.Patch
 
ChartWindow - Class in edu.turtlekit2.tools.chart
The turtleKit charter panel.
ChartWindow() - Constructor for class edu.turtlekit2.tools.chart.ChartWindow
Constructor.
child(int) - Method in class trashier.TreeEditorUI.AdapterNode
 
childCount() - Method in class trashier.TreeEditorUI.AdapterNode
 
CircleFiller - Class in edu.turtlekit2.tools.fillers
Title : Circle Filler.
CircleFiller() - Constructor for class edu.turtlekit2.tools.fillers.CircleFiller
 
clearAllTurtles() - Method in class edu.turtlekit2.kernel.environment.TurtleEnvironment
 
clearPatch() - Method in class edu.turtlekit2.kernel.python.PythonCommandCenter
 
clearT() - Method in class edu.turtlekit2.kernel.python.PythonCommandCenter
 
clearVariable(String) - Method in class edu.turtlekit2.kernel.environment.TurtleEnvironment
 
clearVariables(ArrayList<PatchVariable>) - Method in class edu.turtlekit2.kernel.environment.TurtleEnvironment
 
clickedPoint - Variable in class edu.turtlekit2.kernel.agents.Viewer
Mouse interaction
color - Variable in class edu.turtlekit2.kernel.agents.Turtle
 
color - Variable in class edu.turtlekit2.kernel.environment.Patch
 
color(double, double, double) - Method in class edu.turtlekit2.tools.fillers.PerlinSolidNoiseGenerator
Returns an (alpha, red, green, blue) color value associated with the value() at the specified point.
color(double, double, double) - Method in interface edu.turtlekit2.tools.fillers.SolidNoiseGenerator
Returns an (alpha, red, green, blue) color value associated with the value() at the specified point.
command(String) - Method in class edu.turtlekit2.kernel.python.CommandEditorPanel
 
CommandEditorPanel - Class in edu.turtlekit2.kernel.python
Command Panel for the Python Command Center.
CommandEditorPanel(AbstractAgent, PythonInterpreter) - Constructor for class edu.turtlekit2.kernel.python.CommandEditorPanel
 
COMMUNITY - Static variable in class edu.turtlekit2.kernel.agents.AgentFactory
 
COMMUNITY - Static variable in class edu.turtlekit2.Tk2Launcher
The default TurtleKit community
computeDistFromBall() - Method in class edu.turtlekit2.demos.soccer.Player
 
computeMessage(GUIMessage<JComponent>) - Method in class edu.turtlekit2.ui.BoardAgent
Checks mailBox and forwards message to the Simulation Board.
computeMessage(GUIMessage<JComponent>) - Method in class trashier.Tk2SimuUIManager
 
computeNearestFromBall() - Method in class edu.turtlekit2.demos.soccer.Player
 
computeTeamateAndNearest() - Method in class edu.turtlekit2.demos.soccer.BluePlayer
 
computeTeamateAndNearest() - Method in class edu.turtlekit2.demos.soccer.RedPlayer
 
CONSOLE_ZONE - Static variable in class edu.turtlekit2.ui.SimulationBoard
 
CONSOLE_ZONE - Static variable in class trashier.SimulationUI
 
CONSOLE_ZONE - Static variable in class trashier.tete.SimulationBoard
 
containsImbeddedComp(Component) - Method in class edu.turtlekit2.ui.utils.ToolBarLayout
 
containsImbeddedComp(Component, int) - Method in class edu.turtlekit2.ui.utils.ToolBarLayout
(SwingConstants top,left,bottom,right): top:1, left:2, bottom:3, right:4
content() - Method in class trashier.TreeEditorUI.AdapterNode
 
contentPane - Variable in class edu.turtlekit2.ui.ControlBoard
 
contentPane - Variable in class trashier.LauncherGui
 
ControlBoard - Class in edu.turtlekit2.ui
This class defines the Graphics object to execute the simulation.
ControlBoard(SimulationRunner) - Constructor for class edu.turtlekit2.ui.ControlBoard
Constructor for the ControlBoard
countTurtlesAt(int, int) - Method in class edu.turtlekit2.kernel.agents.Turtle
return the number of turtles in the patch situated at (a,b) units away
countTurtlesHere() - Method in class edu.turtlekit2.kernel.agents.Turtle
 
createAppearance() - Method in class edu.turtlekit2.demos.mle.PheromoneMesh
 
createAppearance(boolean) - Method in class edu.turtlekit2.demos.mle.PheromoneMesh
 
createAppearance() - Method in class edu.turtlekit2.tools.pheromone3D.PheromoneMesh
 
createAppearance(boolean) - Method in class edu.turtlekit2.tools.pheromone3D.PheromoneMesh
 
createAppearance() - Method in class edu.turtlekit2.tools.viewer3D.QuadMesh
 
createAppearance(boolean) - Method in class edu.turtlekit2.tools.viewer3D.QuadMesh
 
createBackground() - Method in class edu.turtlekit2.demos.mle.Phero3DPanel
 
createBackground() - Method in class edu.turtlekit2.tools.pheromone3D.Phero3DPanel
 
createBackground() - Method in class edu.turtlekit2.tools.viewer3D.Quad3DViewer
 
createCamera() - Method in class edu.turtlekit2.demos.mle.Phero3DPanel
Create and configure camera attach them to the @param root node (BranchGroup)
createCamera() - Method in class edu.turtlekit2.tools.pheromone3D.Phero3DPanel
Create and configure camera attach them to the @param root node (BranchGroup)
createCamera() - Method in class edu.turtlekit2.tools.viewer3D.Quad3DViewer
Create and configure camera attach them to the @param root node (BranchGroup)
createGeometry() - Method in class edu.turtlekit2.tools.viewer3D.QuadMesh
 
createImageIcon(String, String) - Method in class edu.turtlekit2.ui.ControlBoard
 
createImageIcon(String, String) - Method in class trashier.LauncherGui
 
createObjects() - Method in class edu.turtlekit2.demos.mle.Phero3DPanel
 
createObjects() - Method in class edu.turtlekit2.tools.pheromone3D.Phero3DPanel
 
createObjects() - Method in class edu.turtlekit2.tools.viewer3D.Quad3DViewer
 
createSimpleStripGeometry() - Method in class edu.turtlekit2.demos.mle.PheromoneMesh
 
createSimpleStripGeometry() - Method in class edu.turtlekit2.tools.pheromone3D.PheromoneMesh
 
createSimulationWindow(String, SimulationRunner, BoardAgent) - Method in class edu.turtlekit2.ui.TurtleKitGUI
Creates the tabPanel window for a given simulation
createSimulationWindow(String, SimulationRunner, Tk2SimuUIManager) - Method in class trashier.Tk2UI
Creates the tabPanel window for a given simulation
createStripGeometry() - Method in class edu.turtlekit2.demos.mle.PheromoneMesh
 
createStripGeometry() - Method in class edu.turtlekit2.tools.pheromone3D.PheromoneMesh
 
createTurtle(Turtle) - Method in class edu.turtlekit2.kernel.agents.Turtle
create a turtle at the creator position (xcor,ycor) returns the ID of the new turtle
createTurtle(int) - Method in class edu.turtlekit2.kernel.python.PythonCommandCenter
 
Creator - Class in edu.turtlekit2.demos.creation
Adapted from the creation simulation of TurtleKit (v1).
Creator() - Constructor for class edu.turtlekit2.demos.creation.Creator
 
curImbeddedTBRs - Variable in class edu.turtlekit2.ui.utils.ToolBarLayout
 
cycle - Variable in class edu.turtlekit2.ui.ControlBoard
 
cycle - Variable in class trashier.LauncherGui
 

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