Packageorg.libspark.flartoolkit.core
Classpublic class FLARCode
InheritanceFLARCode Inheritance NyARCode Inheritance Object



Public Properties
 PropertyDefined By
  markerPercentHeight : uint
[read-only]
FLARCode
  markerPercentWidth : uint
[read-only]
FLARCode
Public Methods
 MethodDefined By
  
FLARCode(i_width:int, i_height:int, i_markerPercentWidth:uint = 50, i_markerPercentHeight:uint = 50)
FLARCode
 Inherited
NyARCode
 Inherited
NyARCode
 Inherited
getHeight():int
NyARCode
 Inherited
getWidth():int
NyARCode
  
loadARPatt(i_stream:String):void
FLARCode
 Inherited
loadARPattFromFile(i_stream:String):void
NyARCode
 Inherited
setRaster(i_raster:Vector.<INyARRaster>):void
NyARCode
Property Detail
markerPercentHeightproperty
markerPercentHeight:uint  [read-only]


Implementation
    public function get markerPercentHeight():uint
markerPercentWidthproperty 
markerPercentWidth:uint  [read-only]


Implementation
    public function get markerPercentWidth():uint
Constructor Detail
FLARCode()Constructor
public function FLARCode(i_width:int, i_height:int, i_markerPercentWidth:uint = 50, i_markerPercentHeight:uint = 50)

Parameters
i_width:int — 幅方向の分割数
 
i_height:int — 高さ方向の分割数
 
i_markerPercentWidth:uint (default = 50) — マーカ全体(本体+枠)における、マーカ本体部分の割合(幅)
 
i_markerPercentHeight:uint (default = 50) — マーカ全体(本体+枠)における、マーカ本体部分の割合(高さ)
Method Detail
loadARPatt()method
public function loadARPatt(i_stream:String):void

Parameters

i_stream:String