Packagejp.nyatla.nyartoolkit.as3.core.raster
Interfacepublic interface INyARRaster
Implementors NyARRaster_BasicClass



Public Methods
 MethodDefined By
  
getBuffer():Object
バッファオブジェクトを返します。
INyARRaster
  
バッファオブジェクトのタイプを返します。
INyARRaster
  
getHeight():int
INyARRaster
  
INyARRaster
  
getWidth():int
INyARRaster
  
hasBuffer():Boolean
getBufferがオブジェクトを返せるかの真偽値です。
INyARRaster
  
isEqualBufferType(i_type_value:int):Boolean
バッファのタイプがi_type_valueであるか、チェックします。 この値は、NyARBufferTypeに定義された定数値です。
INyARRaster
  
wrapBuffer(i_ref_buf:Object):void
i_ref_bufをラップします。できる限り整合性チェックを行います。 バッファの再ラッピングが可能な関数のみ、この関数を実装してください。
INyARRaster
Method Detail
getBuffer()method
public function getBuffer():Object

バッファオブジェクトを返します。

Returns
Object
getBufferType()method 
public function getBufferType():int

バッファオブジェクトのタイプを返します。

Returns
int
getHeight()method 
public function getHeight():int

Returns
int
getSize()method 
public function getSize():NyARIntSize

Returns
NyARIntSize
getWidth()method 
public function getWidth():int

Returns
int
hasBuffer()method 
public function hasBuffer():Boolean

getBufferがオブジェクトを返せるかの真偽値です。

Returns
Boolean
isEqualBufferType()method 
public function isEqualBufferType(i_type_value:int):Boolean

バッファのタイプがi_type_valueであるか、チェックします。 この値は、NyARBufferTypeに定義された定数値です。

Parameters

i_type_value:int

Returns
Boolean
wrapBuffer()method 
public function wrapBuffer(i_ref_buf:Object):void

i_ref_bufをラップします。できる限り整合性チェックを行います。 バッファの再ラッピングが可能な関数のみ、この関数を実装してください。

Parameters

i_ref_buf:Object