|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Patch | |
---|---|
turtlekit.kernel | |
turtlekit.simulations.diffusion | |
turtlekit.simulations.gameoflife | |
turtlekit.simulations.tests |
Uses of Patch in turtlekit.kernel |
---|
Fields in turtlekit.kernel declared as Patch | |
---|---|
Patch[][] |
TurtleEnvironment.grid
|
Patch[][] |
Observer.patchGrid
|
Methods in turtlekit.kernel that return Patch | |
---|---|
Patch[] |
Patch.getNeighbors()
|
Methods in turtlekit.kernel with parameters of type Patch | |
---|---|
void |
Viewer.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int cellS)
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. |
Uses of Patch in turtlekit.simulations.diffusion |
---|
Methods in turtlekit.simulations.diffusion with parameters of type Patch | |
---|---|
void |
FlavorViewer2.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int CellSize)
|
void |
FlavorViewer.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int CellSize)
|
Uses of Patch in turtlekit.simulations.gameoflife |
---|
Methods in turtlekit.simulations.gameoflife with parameters of type Patch | |
---|---|
void |
LifeViewer2.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int CellSize)
|
void |
LifeViewer3.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int CellSize)
|
void |
LifeViewer.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int CellSize)
|
Uses of Patch in turtlekit.simulations.tests |
---|
Methods in turtlekit.simulations.tests with parameters of type Patch | |
---|---|
void |
SpecialViewer.paintPatch(java.awt.Graphics g,
Patch p,
int x,
int y,
int cellSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |