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

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

Methods in com.flagstone.transform.filter that return DropShadowFilter.Builder
 DropShadowFilter.Builder DropShadowFilter.Builder.setAngle(float radians)
          Set the shadow angle in radians.
 DropShadowFilter.Builder DropShadowFilter.Builder.setBlur(float xAmount, float yAmount)
          Set the blur amounts.
 DropShadowFilter.Builder DropShadowFilter.Builder.setDistance(float width)
          Set the distance from the object that the shadow is displayed.
 DropShadowFilter.Builder DropShadowFilter.Builder.setMode(FilterMode filterMode)
          Set the compositing mode for the shadow.
 DropShadowFilter.Builder DropShadowFilter.Builder.setPasses(int count)
          Set the number of passes for creating the blur.
 DropShadowFilter.Builder DropShadowFilter.Builder.setShadow(Color aColor)
          Set the colour of the shadow.
 DropShadowFilter.Builder DropShadowFilter.Builder.setStrength(float weight)
          Set the shadow strength.
 

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



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