jeops.examples.monkeys
Class Blanket

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

public class Blanket
extends PhysicalObject

A blanket 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
Blanket()
          Class constructor.
Blanket(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

Blanket

public Blanket()
Class constructor.

Blanket

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