zombie.iso
Class IsoWorld.Frame

java.lang.Object
  extended by zombie.iso.IsoWorld.Frame
Enclosing class:
IsoWorld

public class IsoWorld.Frame
extends java.lang.Object


Field Summary
 java.util.ArrayList<java.lang.Integer> Type
           
 java.util.ArrayList<java.lang.Integer> xPos
           
 java.util.ArrayList<java.lang.Integer> yPos
           
 
Constructor Summary
IsoWorld.Frame()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xPos

public java.util.ArrayList<java.lang.Integer> xPos

yPos

public java.util.ArrayList<java.lang.Integer> yPos

Type

public java.util.ArrayList<java.lang.Integer> Type
Constructor Detail

IsoWorld.Frame

public IsoWorld.Frame()