|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MorphGradient | |
|---|---|
| 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 MorphGradient in com.flagstone.transform.fillstyle |
|---|
| Methods in com.flagstone.transform.fillstyle that return MorphGradient | |
|---|---|
MorphGradient |
MorphGradient.copy()
Creates a complete copy of this object. |
| Methods in com.flagstone.transform.fillstyle that return types with arguments of type MorphGradient | |
|---|---|
List<MorphGradient> |
MorphGradientFill.getGradients()
Get the list of MorphGradients defining the control points for the gradient. |
List<MorphGradient> |
MorphFocalGradientFill.getGradients()
Get the list of Gradient objects defining the points for the gradient fill. |
| Methods in com.flagstone.transform.fillstyle with parameters of type MorphGradient | |
|---|---|
MorphGradientFill |
MorphGradientFill.add(MorphGradient aGradient)
Add a MorphGradient object to the list of gradient objects. |
MorphFocalGradientFill |
MorphFocalGradientFill.add(MorphGradient aGradient)
Add a Gradient object to the list of gradient objects. |
| Method parameters in com.flagstone.transform.fillstyle with type arguments of type MorphGradient | |
|---|---|
void |
MorphGradientFill.setGradients(List<MorphGradient> list)
Sets the list of control points that define the gradient. |
void |
MorphFocalGradientFill.setGradients(List<MorphGradient> list)
Sets the list of control points that define the gradient. |
| Constructors in com.flagstone.transform.fillstyle with parameters of type MorphGradient | |
|---|---|
MorphGradient(MorphGradient object)
Creates and initialises a MorphGradient object using the values copied from another MorphGradient object. |
|
| Constructor parameters in com.flagstone.transform.fillstyle with type arguments of type MorphGradient | |
|---|---|
MorphFocalGradientFill(CoordTransform startMatrix,
CoordTransform endMatrix,
Spread spreadType,
Interpolation interpolationType,
float startPoint,
float endPoint,
List<MorphGradient> list)
Creates a MorphFocalGradientFill. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||