jeops.examples.monkeys
Class Ladder

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

public class Ladder
extends PhysicalObject

A ladder 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
Ladder()
          Class constructor.
Ladder(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

Ladder

public Ladder()
Class constructor.

Ladder

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