| Package | stimulsoft.report.barCodes.classes.qrcode |
| Class | public class ByteMatrix |
| Inheritance | ByteMatrix Object |
| Method | Defined By | ||
|---|---|---|---|
ByteMatrix(width:int, height:int) | ByteMatrix | ||
clear(value:int):void | ByteMatrix | ||
getArray():Array | ByteMatrix | ||
getHeight():int | ByteMatrix | ||
getValue(x:int, y:int):int | ByteMatrix | ||
getWidth():int | ByteMatrix | ||
setValue(x:int, y:int, value:int):void | ByteMatrix | ||
| ByteMatrix | () | Constructor |
public function ByteMatrix(width:int, height:int)width:int | |
height:int |
| clear | () | method |
public function clear(value:int):voidParameters
value:int |
| getArray | () | method |
public function getArray():ArrayReturnsArray |
| getHeight | () | method |
public function getHeight():intReturnsint |
| getValue | () | method |
public function getValue(x:int, y:int):intParameters
x:int | |
y:int |
int |
| getWidth | () | method |
public function getWidth():intReturnsint |
| setValue | () | method |
public function setValue(x:int, y:int, value:int):voidParameters
x:int | |
y:int | |
value:int |