Packagejp.nyatla.nyartoolkit.as3.core.labeling.rlelabeling
Classpublic final class NyARRleLabelFragmentInfoStack
InheritanceNyARRleLabelFragmentInfoStack Inheritance NyARLabelInfoStack Inheritance Object



Protected Properties
 PropertyDefined By
 Inherited_items : Vector.<NyARLabelInfo>
NyARLabelInfoStack
 Inherited_length : int
NyARLabelInfoStack
Public Methods
 MethodDefined By
  
NyARRleLabelFragmentInfoStack
 Inherited
clear():void
見かけ上の要素数をリセットします。
NyARLabelInfoStack
 Inherited
配列を返します。
NyARLabelInfoStack
 Inherited
getItem(i_index:int):NyARLabelInfo
NyARLabelInfoStack
 Inherited
getLength():int
配列の見かけ上の要素数を返却します。
NyARLabelInfoStack
 Inherited
init(i_reserv_length:int):void
スタックを初期化します。
NyARLabelInfoStack
 Inherited
pop():*
見かけ上の要素数を1減らして、そのオブジェクトを返します。 返却したオブジェクトの内容は、次回のpushまで有効です。
NyARLabelInfoStack
 Inherited
pops(i_count:int):void
見かけ上の要素数をi_count個減らします。
NyARLabelInfoStack
 Inherited
新しい領域を予約します。
NyARLabelInfoStack
 Inherited
sortByArea():void
エリアの大きい順にラベルをソートします。
NyARLabelInfoStack
Protected Methods
 MethodDefined By
  
createArray(i_length:int):Vector.<NyARLabelInfo>
[override]
NyARRleLabelFragmentInfoStack
Constructor Detail
NyARRleLabelFragmentInfoStack()Constructor
public function NyARRleLabelFragmentInfoStack(i_length:int)



Parameters
i_length:int
Method Detail
createArray()method
override protected function createArray(i_length:int):Vector.<NyARLabelInfo>

Parameters

i_length:int

Returns
Vector.<NyARLabelInfo>