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

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

Methods in com.flagstone.transform.fillstyle that return Gradient
 Gradient MorphGradient.getEnd()
          Get the gradient containing the ratio and colour at the end of the morphing process.
 Gradient MorphGradient.getStart()
          Get the gradient containing the ratio and colour at the start of the morphing process.
 

Methods in com.flagstone.transform.fillstyle that return types with arguments of type Gradient
 List<Gradient> GradientFill.getGradients()
          Get the list of Gradient objects defining the points for the gradient fill.
 List<Gradient> FocalGradientFill.getGradients()
          Get the list of Gradient objects defining the points for the gradient fill.
 

Methods in com.flagstone.transform.fillstyle with parameters of type Gradient
 GradientFill GradientFill.add(Gradient aGradient)
          Add a Gradient object to the list of gradient objects.
 FocalGradientFill FocalGradientFill.add(Gradient gradient)
          Add a Gradient object to the list of gradient objects.
 void MorphGradient.setEnd(Gradient gradient)
          Sets the gradient at the end of the morphing process.
 void MorphGradient.setStart(Gradient gradient)
          Sets the gradient at the start of the morphing process.
 

Method parameters in com.flagstone.transform.fillstyle with type arguments of type Gradient
 void GradientFill.setGradients(List<Gradient> list)
          Sets the list of control points that define the gradient.
 void FocalGradientFill.setGradients(List<Gradient> list)
          Sets the list of control points that define the gradient.
 

Constructors in com.flagstone.transform.fillstyle with parameters of type Gradient
MorphGradient(Gradient startGradient, Gradient endGradient)
          Creates a MorphGradient object specifying the starting and ending gradients.
 

Constructor parameters in com.flagstone.transform.fillstyle with type arguments of type Gradient
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, 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.
 

Uses of Gradient in com.flagstone.transform.filter
 

Methods in com.flagstone.transform.filter that return types with arguments of type Gradient
 List<Gradient> GradientGlowFilter.getGradients()
          Get the list of gradients used to create the glow colour.
 List<Gradient> GradientBevelFilter.getGradients()
          Get the list of gradients used to create the glow colour.
 

Methods in com.flagstone.transform.filter with parameters of type Gradient
 GradientGlowFilter.Builder GradientGlowFilter.Builder.addGradient(Gradient gradient)
          Add a Gradient to the list.
 GradientBevelFilter.Builder GradientBevelFilter.Builder.addGradient(Gradient gradient)
          Add a Gradient to the list.
 



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