zombie.iso
Class IsoCell.Zone

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

public static class IsoCell.Zone
extends java.lang.Object


Field Summary
 int H
           
 boolean HasHeight
           
 java.lang.String Name
           
 int W
           
 int X
           
 int Y
           
 int Z
           
 
Constructor Summary
IsoCell.Zone(java.lang.String name, int x, int y, int w, int h, int z)
           
 
Method Summary
 int getH()
           
 java.lang.String getName()
           
 int getW()
           
 int getX()
           
 int getY()
           
 int getZ()
           
 boolean isHasHeight()
           
 void setH(int H)
           
 void setHasHeight(boolean HasHeight)
           
 void setName(java.lang.String Name)
           
 void setW(int W)
           
 void setX(int X)
           
 void setY(int Y)
           
 void setZ(int Z)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

H

public int H

HasHeight

public boolean HasHeight

Name

public java.lang.String Name

W

public int W

X

public int X

Y

public int Y

Z

public int Z
Constructor Detail

IsoCell.Zone

public IsoCell.Zone(java.lang.String name,
                    int x,
                    int y,
                    int w,
                    int h,
                    int z)
Method Detail

getH

public int getH()
Returns:
the H

setH

public void setH(int H)
Parameters:
H - the H to set

isHasHeight

public boolean isHasHeight()
Returns:
the HasHeight

setHasHeight

public void setHasHeight(boolean HasHeight)
Parameters:
HasHeight - the HasHeight to set

getName

public java.lang.String getName()
Returns:
the Name

setName

public void setName(java.lang.String Name)
Parameters:
Name - the Name to set

getW

public int getW()
Returns:
the W

setW

public void setW(int W)
Parameters:
W - the W to set

getX

public int getX()
Returns:
the X

setX

public void setX(int X)
Parameters:
X - the X to set

getY

public int getY()
Returns:
the Y

setY

public void setY(int Y)
Parameters:
Y - the Y to set

getZ

public int getZ()
Returns:
the Z

setZ

public void setZ(int Z)
Parameters:
Z - the Z to set