Class intro

java.lang.Object
greenfoot.World
intro

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

    Constructors
    Constructor
    Description
    Constructor for objects of class intro.
  • 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

    • intro

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

    • act

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