zombie.iso
Class IsoLot.Zone

java.lang.Object
  extended by zombie.iso.IsoLot.Zone
Enclosing class:
IsoLot

public class IsoLot.Zone
extends java.lang.Object


Field Summary
 int h
           
 java.lang.String name
           
 java.lang.String val
           
 int w
           
 int x
           
 int y
           
 int z
           
 
Constructor Summary
IsoLot.Zone()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

val

public java.lang.String val

x

public int x

y

public int y

z

public int z

w

public int w

h

public int h
Constructor Detail

IsoLot.Zone

public IsoLot.Zone()