Class MyWorld

java.lang.Object
greenfoot.World
MyWorld

public class MyWorld extends greenfoot.World
Write a description of class MyWorld here.
Version:
(a version number or a date)
Author:
(your name)
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for objects of class MyWorld.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act()
     
    void
     
    void
     

    Methods inherited from class greenfoot.World

    addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, showText

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MyWorld

      public MyWorld()
      Constructor for objects of class MyWorld.
  • Method Details

    • started

      public void started()
      Overrides:
      started in class greenfoot.World
    • stopped

      public void stopped()
      Overrides:
      stopped in class greenfoot.World
    • act

      public void act()
      Overrides:
      act in class greenfoot.World