manages loading FLARPatterns and instantiating corresponding FLARCodes.
loadedPatterns:Array
[read-only]
get loaded patterns, as FLARCode instances.
Implementation
public function get loadedPatterns():Array
Throws
unscaledMarkerWidths:Array
[read-only]
return unscaled marker widths, for use by FLARMultiMarkerDetector.
this array is synchronized with this.loadedPatterns --
the unscaledMarkerWidth at each index corresponds to the loaded pattern at each index.
Implementation
public function get unscaledMarkerWidths():Array
public function FLARPatternLoader()
constructor.
public function loadPatterns(patterns:Vector):void
load a list of FLARPatterns and store as FLARCodes,
accessible as this.loadedPatterns.
Parameters
| patterns:Vector — Vector of FLARPatterns to load.
|
Throws
| — if pattern load is currently in progress.
|
By Eric Socolofsky, http://transmote.com. Released under the GNU GPL.