|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICanvas | |
---|---|
de.unifreiburg.twodeedoo.world | A world simulator (like DrScheme's world teachpack) for twodeedoo. |
de.unifreiburg.twodeedoo.world.demo | Demo world for the twodeedoo world package. |
Uses of ICanvas in de.unifreiburg.twodeedoo.world |
---|
Classes in de.unifreiburg.twodeedoo.world that implement ICanvas | |
---|---|
class |
AwtCanvas
Implementation of ICanvas using AWT Graphics. |
Methods in de.unifreiburg.twodeedoo.world with parameters of type ICanvas | |
---|---|
void |
IWorld.paint(ICanvas canvas)
Paint the current state of the world onto the canvas. |
Uses of ICanvas in de.unifreiburg.twodeedoo.world.demo |
---|
Methods in de.unifreiburg.twodeedoo.world.demo with parameters of type ICanvas | |
---|---|
void |
DemoWorld.paint(ICanvas canvas)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |