Class BooleanGrid

java.lang.Object
zombie.core.utils.BooleanGrid
All Implemented Interfaces:
Serializable, Cloneable

public class BooleanGrid extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • BooleanGrid

      public BooleanGrid(int int1, int int2)
  • Method Details

    • clone

      public BooleanGrid clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • copy

      public void copy(BooleanGrid booleanGrid)
    • 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

      public String toString()
      Overrides:
      toString in class Object
    • LoadFromByteBuffer

      public void LoadFromByteBuffer(ByteBuffer byteBuffer)
    • PutToByteBuffer

      public void PutToByteBuffer(ByteBuffer byteBuffer)