efficom.runningjoe.core
Class AbstractGraphicItem

java.lang.Object
  extended by efficom.runningjoe.core.AbstractGraphicItem
Direct Known Subclasses:
Bonus, Joe, RjBlock

public abstract class AbstractGraphicItem
extends java.lang.Object


Constructor Summary
AbstractGraphicItem(RjWorld world, java.lang.String name)
          Abstract class representing every graphic objects such as Joe,Blocks and Bonus
 
Method Summary
 boolean hasContact()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGraphicItem

public AbstractGraphicItem(RjWorld world,
                           java.lang.String name)
Abstract class representing every graphic objects such as Joe,Blocks and Bonus

Parameters:
world - RjWorld object the Graphic Item belongs to
name - Name of the Graphic Item
Method Detail

hasContact

public boolean hasContact()