Method | Defined By | ||
---|---|---|---|
StiCells | |||
clear():void | StiCells | ||
getCell(x:int, y:int):Number | StiCells | ||
setCell(x:int, y:int, value:Number):void | StiCells |
distX | property |
public var distX:int = 0
distY | property |
public var distY:int = 0
StiCells | () | Constructor |
clear | () | method |
public function clear():void
getCell | () | method |
public function getCell(x:int, y:int):Number
Parameters
x:int | |
y:int |
Number |
setCell | () | method |
public function setCell(x:int, y:int, value:Number):void
Parameters
x:int | |
y:int | |
value:Number |