Package zombie.core.utils
Class BooleanGrid
java.lang.Object
zombie.core.utils.BooleanGrid
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
void
copy
(BooleanGrid booleanGrid) void
fill()
final int
boolean
getValue
(int int1, int int2) final int
getWidth()
void
LoadFromByteBuffer
(ByteBuffer byteBuffer) void
PutToByteBuffer
(ByteBuffer byteBuffer) void
setValue
(int int1, int int2, boolean boolean1) toString()
-
Constructor Details
-
BooleanGrid
public BooleanGrid(int int1, int int2)
-
-
Method Details
-
clone
- Overrides:
clone
in 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
-