Packagestimulsoft.report.barCodes.classes.qrcode
Classpublic class ByteMatrix
InheritanceByteMatrix Inheritance Object



Public Methods
 MethodDefined 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
Constructor Detail
ByteMatrix()Constructor
public function ByteMatrix(width:int, height:int)



Parameters
width:int
 
height:int
Method Detail
clear()method
public function clear(value:int):void

Parameters

value:int

getArray()method 
public function getArray():Array

Returns
Array
getHeight()method 
public function getHeight():int

Returns
int
getValue()method 
public function getValue(x:int, y:int):int

Parameters

x:int
 
y:int

Returns
int
getWidth()method 
public function getWidth():int

Returns
int
setValue()method 
public function setValue(x:int, y:int, value:int):void

Parameters

x:int
 
y:int
 
value:int