jeops.examples.monkeys
Class Couch

java.lang.Object
  |
  +--jeops.examples.monkeys.PhysicalObject
        |
        +--jeops.examples.monkeys.Couch

public class Couch
extends PhysicalObject

A couch in the monkey and bananas world.

Version:
0.01 25 Jul 2000
Author:
Carlos Figueira Filho (csff@cin.ufpe.br)

Fields inherited from class jeops.examples.monkeys.PhysicalObject
at, description, on, weight
 
Constructor Summary
Couch()
          Class constructor.
Couch(java.awt.Point at)
          Class constructor.
 
Methods inherited from class jeops.examples.monkeys.PhysicalObject
getAt, getDescription, getOn, getWeight, isAt, isOn, setAt, setOn, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Couch

public Couch()
Class constructor.

Couch

public Couch(java.awt.Point at)
Class constructor.
Parameters:
at - the position of this object