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

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

Methods in com.flagstone.transform.fillstyle that return GradientType
 GradientType MorphGradientFill.getType()
          Get the type indicating whether the gradient is linear or radial.
 GradientType GradientFill.getType()
          Get the GradientType that identifies whether the gradient is linear or radial.
static GradientType GradientType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GradientType[] GradientType.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 GradientType
 void MorphGradientFill.setType(GradientType gradientType)
          Set the type indicating whether the gradient is linear or radial.
 void GradientFill.setType(GradientType gradientType)
          Set the GradientType that identifies whether the gradient is linear or radial.
 

Constructors in com.flagstone.transform.fillstyle with parameters of type GradientType
GradientFill(GradientType gradientType, CoordTransform matrix, 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.
MorphGradientFill(GradientType gradientType, CoordTransform start, CoordTransform end, List<MorphGradient> grads)
          Creates a MorphGradientFill object specifying the type of fill, starting and ending coordinate transforms and the list of gradient records.
 



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