ch.aplu.turtle
Interface TurtleContainer

All Known Implementing Classes:
TurtleFrame

public interface TurtleContainer

Implement this interface if you define your own top-level container which contains turtles.


Method Summary
 Playground getPlayground()
          As the Turtles live in a Playground actually, you must have access to it.
 

Method Detail

getPlayground

public Playground getPlayground()
As the Turtles live in a Playground actually, you must have access to it.