Package | jp.nyatla.nyartoolkit.as3.core.raster.rgb |
Interface | public interface INyARRgbRaster extends INyARRaster |
Implementors | FLARRgbRaster_BitmapData, NyARRgbRaster_BasicClass |
Method | Defined By | ||
---|---|---|---|
![]() | getBuffer():Object
バッファオブジェクトを返します。
| INyARRaster | |
![]() | getBufferType():int
バッファオブジェクトのタイプを返します。
| INyARRaster | |
![]() | getHeight():int | INyARRaster | |
INyARRgbRaster | |||
![]() | 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 |