Package | stimulsoft.report.barCodes.classes.qrcode |
Class | public class ByteMatrix |
Inheritance | ByteMatrix ![]() |
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):void
Parameters
value:int |
getArray | () | method |
public function getArray():Array
ReturnsArray |
getHeight | () | method |
public function getHeight():int
Returnsint |
getValue | () | method |
public function getValue(x:int, y:int):int
Parameters
x:int | |
y:int |
int |
getWidth | () | method |
public function getWidth():int
Returnsint |
setValue | () | method |
public function setValue(x:int, y:int, value:int):void
Parameters
x:int | |
y:int | |
value:int |