Package zombie.core.utils
Class ObjectGrid
java.lang.Object
zombie.core.utils.ObjectGrid
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class ObjectGrid
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ObjectGrid(int int1, int int2)
-
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectGrid
public ObjectGrid(int int1, int int2)
-
-
Method Details
-
clone
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
clear
public void clear() -
fill
public void fill(java.lang.Object object) -
getValue
public java.lang.Object getValue(int int1, int int2) -
setValue
public void setValue(int int1, int int2, java.lang.Object object) -
getWidth
public final int getWidth() -
getHeight
public final int getHeight()
-