zombie.iso
Class IsoObjectPicker.ClickObject

java.lang.Object
  extended by zombie.iso.IsoObjectPicker.ClickObject
Enclosing class:
IsoObjectPicker

public class IsoObjectPicker.ClickObject
extends java.lang.Object


Field Summary
 int height
           
 int lx
           
 int ly
           
 IsoGridSquare square
           
 IsoObject tile
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
IsoObjectPicker.ClickObject()
           
 
Method Summary
 int getScore()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public int height

square

public IsoGridSquare square

tile

public IsoObject tile

width

public int width

x

public int x

y

public int y

lx

public int lx

ly

public int ly
Constructor Detail

IsoObjectPicker.ClickObject

public IsoObjectPicker.ClickObject()
Method Detail

getScore

public int getScore()