Uses of Class
com.flagstone.transform.datatype.Blend

Packages that use Blend
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.datatype This package contains the classes that represent the basic data types such as colours and transforms and formats that are used in the framework. 
 

Uses of Blend in com.flagstone.transform
 

Methods in com.flagstone.transform that return Blend
 Blend Place3.getBlend()
          Get the blend that describes how the object will be rendered in relation to the background.
 

Methods in com.flagstone.transform with parameters of type Blend
 Place3 Place3.setBlend(Blend mode)
          Set the blend that describes how the object will be rendered in relation to the background.
 

Uses of Blend in com.flagstone.transform.button
 

Methods in com.flagstone.transform.button that return Blend
 Blend ButtonShape.getBlend()
          Get the Blend that defines how the shape is blended with background shapes that make up the button.
 

Methods in com.flagstone.transform.button with parameters of type Blend
 ButtonShape ButtonShape.setBlend(Blend mode)
          Set the Blend that defines how the shape is blended with background shapes that make up the button.
 

Uses of Blend in com.flagstone.transform.datatype
 

Methods in com.flagstone.transform.datatype that return Blend
static Blend Blend.fromInt(int type)
          Get the Blend that is identified by an integer value.
static Blend Blend.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Blend[] Blend.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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