Packageorg.apache.flex.effects
Classpublic class PlatformWiper
InheritancePlatformWiper Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Helper class for Wipe effects.



Public Properties
 PropertyDefined By
  target : IUIBase
[write-only] The object that will be clipped.
PlatformWiper
  visibleRect : Rectangle
[write-only] The visible rectangle.
PlatformWiper
Public Methods
 MethodDefined By
  
Constructor.
PlatformWiper
Property Detail
targetproperty
target:IUIBase  [write-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The object that will be clipped.


Implementation
    public function set target(value:IUIBase):void
visibleRectproperty 
visibleRect:Rectangle  [write-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The visible rectangle.


Implementation
    public function set visibleRect(value:Rectangle):void
Constructor Detail
PlatformWiper()Constructor
public function PlatformWiper()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.