Uses of Class
com.flagstone.transform.filter.FilterMode

Packages that use FilterMode
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 FilterMode in com.flagstone.transform.filter
 

Methods in com.flagstone.transform.filter that return FilterMode
 FilterMode GradientGlowFilter.getMode()
          Get the compositing mode.
 FilterMode GradientBevelFilter.getMode()
          Get the compositing mode.
 FilterMode GlowFilter.getMode()
          Get the compositing mode.
 FilterMode DropShadowFilter.getMode()
          Get the compositing mode.
 FilterMode BevelFilter.getMode()
          Get the compositing mode.
static FilterMode FilterMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterMode[] FilterMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.filter with parameters of type FilterMode
 GradientGlowFilter.Builder GradientGlowFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the shadow.
 GradientBevelFilter.Builder GradientBevelFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the shadow.
 GlowFilter.Builder GlowFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the glow.
 DropShadowFilter.Builder DropShadowFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the shadow.
 BevelFilter.Builder BevelFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the shadow.
 



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