Uses of Class
com.flagstone.transform.filter.GlowFilter.Builder

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

Methods in com.flagstone.transform.filter that return GlowFilter.Builder
 GlowFilter.Builder GlowFilter.Builder.setBlur(float xAmount, float yAmount)
          Set the blur amounts.
 GlowFilter.Builder GlowFilter.Builder.setColor(Color aColor)
          Set the colour of the glow.
 GlowFilter.Builder GlowFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the glow.
 GlowFilter.Builder GlowFilter.Builder.setPasses(int count)
          Set the number of passes for creating the blur.
 GlowFilter.Builder GlowFilter.Builder.setStrength(float weight)
          Set the glow strength.
 

Constructors in com.flagstone.transform.filter with parameters of type GlowFilter.Builder
GlowFilter(GlowFilter.Builder builder)
          Create a GlowFilter and initialize it wit the values defined in the Builder.
 



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