Packagejp.naggg.filters
Classpublic class WaterfallFilter
InheritanceWaterfallFilter Inheritance flash.filters.ShaderFilter



Public Properties
 PropertyDefined By
  length : int
フィルタが適用されるピクセル数、0 ~ 8192
WaterfallFilter
  type : int
フィルタの始点方向、0, 1, 2, 3
WaterfallFilter
Public Methods
 MethodDefined By
  
WaterfallFilter(length:uint = 0, type:uint = 0)
WaterfallFilter
  
toString():String
文字列表現を返します.
WaterfallFilter
Public Constants
 ConstantDefined By
  TYPE_BOTTOM : int = 3
[static] type で指定する値、フィルタの始点=下
WaterfallFilter
  TYPE_LEFT : int = 0
[static] type で指定する値、フィルタの始点=左
WaterfallFilter
  TYPE_RIGHT : int = 2
[static] type で指定する値、フィルタの始点=右
WaterfallFilter
  TYPE_TOP : int = 1
[static] type で指定する値、フィルタの始点=上
WaterfallFilter
Property Detail
lengthproperty
length:int

フィルタが適用されるピクセル数、0 ~ 8192


Implementation
    public function get length():int
    public function set length(value:int):void
typeproperty 
type:int

フィルタの始点方向、0, 1, 2, 3


Implementation
    public function get type():int
    public function set type(value:int):void
Constructor Detail
WaterfallFilter()Constructor
public function WaterfallFilter(length:uint = 0, type:uint = 0)

Parameters
length:uint (default = 0) — フィルタが適用されるピクセル数、0 ~ 8192
 
type:uint (default = 0) — フィルタの始点方向、0, 1, 2, 3
Method Detail
toString()method
public function toString():String

文字列表現を返します.

Returns
String
Constant Detail
TYPE_BOTTOMConstant
public static const TYPE_BOTTOM:int = 3

type で指定する値、フィルタの始点=下

TYPE_LEFTConstant 
public static const TYPE_LEFT:int = 0

type で指定する値、フィルタの始点=左

TYPE_RIGHTConstant 
public static const TYPE_RIGHT:int = 2

type で指定する値、フィルタの始点=右

TYPE_TOPConstant 
public static const TYPE_TOP:int = 1

type で指定する値、フィルタの始点=上