Uses of Interface
com.flagstone.transform.filter.Filter

Packages that use Filter
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.button The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. 
com.flagstone.transform.coder The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. 
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. 
 

Uses of Filter in com.flagstone.transform
 

Methods in com.flagstone.transform that return types with arguments of type Filter
 List<Filter> Place3.getFilters()
          Get the list of filters that will be applied to the object when it is displayed as a bitmap.
 

Methods in com.flagstone.transform with parameters of type Filter
 Place3 Place3.add(Filter filter)
          Adds a Filter to the list of filters.
 

Method parameters in com.flagstone.transform with type arguments of type Filter
 void Place3.setFilters(List<Filter> list)
          Set the list of filters that will be applied to the object when it is displayed as a bitmap.
 

Uses of Filter in com.flagstone.transform.button
 

Methods in com.flagstone.transform.button that return types with arguments of type Filter
 List<Filter> ButtonShape.getFilters()
          Get the list of Filters that will be applied to the shape.
 

Methods in com.flagstone.transform.button with parameters of type Filter
 ButtonShape ButtonShape.add(Filter filter)
          Add a Filter to the list of Filters that will be applied to the shape.
 

Method parameters in com.flagstone.transform.button with type arguments of type Filter
 ButtonShape ButtonShape.setFilters(List<Filter> list)
          Set the list of Filters that will be applied to the shape.
 

Uses of Filter in com.flagstone.transform.coder
 

Methods in com.flagstone.transform.coder that return types with arguments of type Filter
 SWFFactory<Filter> DecoderRegistry.getFilterDecoder()
          Get the decoder that will be used for Filter objects.
 

Method parameters in com.flagstone.transform.coder with type arguments of type Filter
 void DecoderRegistry.setFilterDecoder(SWFFactory<Filter> factory)
          Set the decoder that will be used for filters.
 

Uses of Filter in com.flagstone.transform.filter
 

Classes in com.flagstone.transform.filter that implement Filter
 class BevelFilter
          BevelFilter is used to create a smooth bevel around an object on the display list.
 class BlurFilter
          BlurFilter is used to apply a Box filter to the pixel of an object on the display list.
 class ColorMatrixFilter
          ColorMatrixFilter is used to apply a colour transform to the pixels of an object on the display list.
 class ConvolutionFilter
          ConvolutionFilter is used to apply a two-dimensional discrete convolution on the pixels of the object on the display list.
 class DropShadowFilter
          DropShadowFilter is used to create a drop shadow on a object on the display list.
 class GlowFilter
          GlowFilter is used to create a glow effect around an object on the display list.
 class GradientBevelFilter
          GradientBevelFilter is used to create a smooth bevel with a gradient colour around an object on the display list.
 class GradientGlowFilter
          GlowFilter is used to create a glow effect using a gradient colour around an object on the display list.
 

Method parameters in com.flagstone.transform.filter with type arguments of type Filter
 void FilterDecoder.getObject(List<Filter> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 



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