Uses of Class
com.flagstone.transform.fillstyle.Spread

Packages that use Spread
com.flagstone.transform.fillstyle The fillstyle package contains all the classes for encoding and decoding the data structures that represent the different types of fill style that are found in a Flash file. 
 

Uses of Spread in com.flagstone.transform.fillstyle
 

Methods in com.flagstone.transform.fillstyle that return Spread
static Spread Spread.fromInt(int value)
          Returns the Spread for a given type.
 Spread MorphFocalGradientFill.getSpread()
          Get the Spread describing how the gradient fills the area: PAD - the last colour fills the remaining area; REPEAT - the gradient is repeated; REFLECT - the gradient is repeated but reflected (reversed) each time.
 Spread GradientFill.getSpread()
          Get the Spread describing how the gradient fills the area: PAD - the last colour fills the remaining area; REPEAT - the gradient is repeated; REFLECT - the gradient is repeated but reflected (reversed) each time.
 Spread FocalGradientFill.getSpread()
          Get the Spread describing how the gradient fills the area: PAD - the last colour fills the remaining area; REPEAT - the gradient is repeated; REFLECT - the gradient is repeated but reflected (reversed) each time.
static Spread Spread.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Spread[] Spread.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.fillstyle with parameters of type Spread
 void MorphFocalGradientFill.setSpread(Spread spreadType)
          Set the Spread describing how the gradient fills the area: either by using the last gradient colour to fill the area (PAD); repeating the gradient (REPEAT) or repeating but reversing it each time (REFLECT).
 void GradientFill.setSpread(Spread spreadType)
          Set the Spread describing how the gradient fills the area: either by using the last gradient colour to fill the area (PAD); repeating the gradient (REPEAT) or repeating but reversing it each time (REFLECT).
 void FocalGradientFill.setSpread(Spread spreadType)
          Set the Spread describing how the gradient fills the area: either by using the last gradient colour to fill the area (PAD); repeating the gradient (REPEAT) or repeating but reversing it each time (REFLECT).
 

Constructors in com.flagstone.transform.fillstyle with parameters of type Spread
FocalGradientFill(CoordTransform matrix, Spread spreadType, Interpolation interpolationType, float point, List<Gradient> list)
          Creates a GradientFill object specifying the type, coordinate transform and list of gradient points.
GradientFill(GradientType gradientType, CoordTransform matrix, Spread spreadType, Interpolation interpolationType, List<Gradient> list)
          Creates a GradientFill object specifying the type, coordinate transform and list of gradient points.
MorphFocalGradientFill(CoordTransform startMatrix, CoordTransform endMatrix, Spread spreadType, Interpolation interpolationType, float startPoint, float endPoint, List<MorphGradient> list)
          Creates a MorphFocalGradientFill.
 



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