Package com.stimulsoft.report.barCodes
Class BitMatrix
java.lang.Object
com.stimulsoft.report.barCodes.BitMatrix
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height
-
-
Constructor Details
-
BitMatrix
public BitMatrix(int dimension) -
BitMatrix
public BitMatrix(int width, int height)
-
-
Method Details
-
get
public boolean get(int x, int y) -
set
public void set(int x, int y, boolean value)
-