Package arc.struct
Class GridBits
java.lang.Object
arc.struct.GridBits
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GridBits
public GridBits(int width, int height)
-
-
Method Details
-
set
-
get
public boolean get(int x, int y) -
set
public void set(int x, int y) -
set
public void set(int x, int y, boolean b) -
clear
public void clear() -
width
public int width() -
height
public int height()
-