Package zombie.core.utils
Class BooleanGrid
java.lang.Object
zombie.core.utils.BooleanGrid
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()voidcopy(BooleanGrid booleanGrid) voidfill()final intbooleangetValue(int int1, int int2) final intgetWidth()voidLoadFromByteBuffer(ByteBuffer byteBuffer) voidPutToByteBuffer(ByteBuffer byteBuffer) voidsetValue(int int1, int int2, boolean boolean1) toString()
-
Constructor Details
-
BooleanGrid
public BooleanGrid(int int1, int int2)
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
copy
-
clear
public void clear() -
fill
public void fill() -
getValue
public boolean getValue(int int1, int int2) -
setValue
public void setValue(int int1, int int2, boolean boolean1) -
getWidth
public final int getWidth() -
getHeight
public final int getHeight() -
toString
-
LoadFromByteBuffer
-
PutToByteBuffer
-