zombie.iso
Class IsoCell.Zone
java.lang.Object
zombie.iso.IsoCell.Zone
- Enclosing class:
- IsoCell
public static class IsoCell.Zone
- extends java.lang.Object
Constructor Summary |
IsoCell.Zone(java.lang.String name,
int x,
int y,
int w,
int h,
int z)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
IsoCell.Zone
public IsoCell.Zone(java.lang.String name,
int x,
int y,
int w,
int h,
int z)
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