Packagekm.filters
Classpublic class SizeDependentFilter
InheritanceSizeDependentFilter Inheritance flash.filters.ShaderFilter
SubclassesVignetFilter, ZoomFilter

The SizeDependentFilter class is the base class for filters that require object dimensions to be passed.



Public Properties
 PropertyDefined by
  objectHeight : Number
Gets or sets the object height to be passed to the filter.
SizeDependentFilter
  objectWidth : Number
Gets or sets the object width to be passed to the filter.
SizeDependentFilter
Public Methods
 MethodDefined by
  
sizeTo(displayObject:DisplayObject):void
Sets the object width and height to be passed to the filter by specifying the object itself.
SizeDependentFilter
Property detail
objectHeightproperty
objectHeight:Number  [read-write]

Gets or sets the object height to be passed to the filter.

Implementation
    public function get objectHeight():Number
    public function set objectHeight(value:Number):void
objectWidthproperty 
objectWidth:Number  [read-write]

Gets or sets the object width to be passed to the filter.

Implementation
    public function get objectWidth():Number
    public function set objectWidth(value:Number):void
Method detail
sizeTo()method
public function sizeTo(displayObject:DisplayObject):void

Sets the object width and height to be passed to the filter by specifying the object itself.

Parameters
displayObject:DisplayObject