Uses of Class
theater.Prop

Uses of Prop in theater
 

Methods in theater that return Prop
abstract  Prop NewPropHandler.newProp()
          Liefert das neu erzeugt Prop-Objekt.
 

Methods in theater with parameters of type Prop
 void Stage.add(Prop comp, int col, int row)
          Platziert eine neue Komponente auf der Bühne.