Class Start

java.lang.Object
greenfoot.World
Start

public class Start extends greenfoot.World
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act()
     

    Methods inherited from class greenfoot.World

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

    Methods inherited from class java.lang.Object

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

    • Start

      public Start()
  • Method Details

    • act

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