Package com.flagstone.transform.filter

The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file.

See:
          Description

Interface Summary
Filter The Filter interface is used to constrain the types objects that can be added to the filter lists of Place3 and ButtonShape objects.
 

Class Summary
BevelFilter BevelFilter is used to create a smooth bevel around an object on the display list.
BevelFilter.Builder Builder for creating BevelFilter objects.
BlurFilter BlurFilter is used to apply a Box filter to the pixel of an object on the display list.
ColorMatrixFilter ColorMatrixFilter is used to apply a colour transform to the pixels of an object on the display list.
ConvolutionFilter ConvolutionFilter is used to apply a two-dimensional discrete convolution on the pixels of the object on the display list.
ConvolutionFilter.Builder Builder for creating ConvolutionFilter objects.
DropShadowFilter DropShadowFilter is used to create a drop shadow on a object on the display list.
DropShadowFilter.Builder Builder for creating DropShadowFilter objects.
FilterDecoder FilterDecoder is used to decode the Filter objects encoded in Place3 and ButtonShape objects.
FilterTypes FilterTypes defines the values that are used to identify the different types of filter when they are encoded in a Flash file.
GlowFilter GlowFilter is used to create a glow effect around an object on the display list.
GlowFilter.Builder Builder for creating GlowFilter objects.
GradientBevelFilter GradientBevelFilter is used to create a smooth bevel with a gradient colour around an object on the display list.
GradientBevelFilter.Builder Builder for creating GradientBevelFilter objects.
GradientGlowFilter GlowFilter is used to create a glow effect using a gradient colour around an object on the display list.
GradientGlowFilter.Builder Builder for creating GradientGlowFilter objects.
 

Enum Summary
FilterMode FilterMode is used to define how the results from applying a filter to an object are composited with the background.
 

Package com.flagstone.transform.filter Description

The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file.



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.