Package | jp.nyatla.nyartoolkit.as3.core.raster |
Interface | public interface INyARRaster |
Implementors | NyARRaster_BasicClass |
Method | Defined By | ||
---|---|---|---|
getBuffer():Object
バッファオブジェクトを返します。
| INyARRaster | ||
getBufferType():int
バッファオブジェクトのタイプを返します。
| 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 |
getBuffer | () | method |
public function getBuffer():Object
バッファオブジェクトを返します。
ReturnsObject —
|
getBufferType | () | method |
public function getBufferType():int
バッファオブジェクトのタイプを返します。
Returnsint —
|
getHeight | () | method |
public function getHeight():int
Returnsint |
getSize | () | method |
getWidth | () | method |
public function getWidth():int
Returnsint |
hasBuffer | () | method |
public function hasBuffer():Boolean
getBufferがオブジェクトを返せるかの真偽値です。
ReturnsBoolean —
|
isEqualBufferType | () | method |
public function isEqualBufferType(i_type_value:int):Boolean
バッファのタイプがi_type_valueであるか、チェックします。 この値は、NyARBufferTypeに定義された定数値です。
Parameters
i_type_value:int |
Boolean —
|
wrapBuffer | () | method |
public function wrapBuffer(i_ref_buf:Object):void
i_ref_bufをラップします。できる限り整合性チェックを行います。 バッファの再ラッピングが可能な関数のみ、この関数を実装してください。
Parameters
i_ref_buf:Object |