|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use World | |
darwin.domain | Contains the core domain classes for the Darwin world. |
darwin.presentation | Contains the presentation classes for the Darwin world. |
Uses of World in darwin.domain |
Classes in darwin.domain that implement World | |
class |
MyWorld
This class includes the functions necessary to keep track of the creatures in a two-dimensional world. |
Constructors in darwin.domain with parameters of type World | |
MyCreature(Species aSpecies,
World aWorld,
java.awt.Point aPosition,
Direction aDirection)
Create a MyCreature of the given Species, with the indicated position and direction. |
Uses of World in darwin.presentation |
Constructors in darwin.presentation with parameters of type World | |
DarwinFrame(World aWorld)
Create a DarwinFrame to display a World. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |