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

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

Methods in com.flagstone.transform.fillstyle that return Interpolation
static Interpolation Interpolation.fromInt(int value)
          Returns the Interpolation for a given type.
 Interpolation MorphFocalGradientFill.getInterpolation()
          Get the method used to calculate the colour changes across the gradient.
 Interpolation GradientFill.getInterpolation()
          Get the method used to calculate the colour changes across the gradient.
 Interpolation FocalGradientFill.getInterpolation()
          Get the method used to calculate the colour changes across the gradient.
static Interpolation Interpolation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Interpolation[] Interpolation.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 Interpolation
 void MorphFocalGradientFill.setInterpolation(Interpolation interp)
          Set the method used to calculate the colour changes across the gradient.
 void GradientFill.setInterpolation(Interpolation interpolationType)
          Set the method used to calculate the colour changes across the gradient.
 void FocalGradientFill.setInterpolation(Interpolation interpolationType)
          Set the method used to calculate the colour changes across the gradient.
 

Constructors in com.flagstone.transform.fillstyle with parameters of type Interpolation
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.