| Package | com.transmote.flar.pattern |
| Class | public class FLARPatternLoader |
| Inheritance | FLARPatternLoader flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| loadedPatterns : Vector.<FLARCode> [read-only]
Get loaded patterns, as FLARCode instances. | FLARPatternLoader | ||
| unscaledMarkerWidths : Vector.<Number> [read-only]
Return unscaled marker widths, for use by FLARMultiMarkerDetector. | FLARPatternLoader | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | FLARPatternLoader | ||
dispose():void
Frees up the pattern loader for garbage collection. | FLARPatternLoader | ||
loadTrackerConfig(patterns:Vector.<FLARPattern>):void
Load a list of FLARPatterns, and store as FLARCodes accessible as loadedPatterns. | FLARPatternLoader | ||
| loadedPatterns | property |
loadedPatterns:Vector.<FLARCode> [read-only] Get loaded patterns, as FLARCode instances.
public function get loadedPatterns():Vector.<FLARCode>Error if — still loading.
|
| unscaledMarkerWidths | property |
unscaledMarkerWidths:Vector.<Number> [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.
public function get unscaledMarkerWidths():Vector.<Number>| FLARPatternLoader | () | Constructor |
public function FLARPatternLoader()Constructor.
| dispose | () | method |
public function dispose():voidFrees up the pattern loader for garbage collection.
| loadTrackerConfig | () | method |
public function loadTrackerConfig(patterns:Vector.<FLARPattern>):void
Load a list of FLARPatterns, and store as FLARCodes accessible as loadedPatterns.
Parameters
patterns:Vector.<FLARPattern> — Vector of FLARPatterns to load.
|
Error If — pattern load is currently in progress.
|