Class UIStuff

java.lang.Object
greenfoot.Actor
UIStuff
Direct Known Subclasses:
Button, Label

public abstract class UIStuff extends greenfoot.Actor
Verwaltet Unterklassen, die für das UI gebraucht werden - Buttons, Logos, Klicklistener usw.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class greenfoot.Actor

    act, addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getWorldOfType, getX, getY, intersects, isAtEdge, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, sleepFor, turn, turnTowards

    Methods inherited from class java.lang.Object

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

    • UIStuff

      public UIStuff()