|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class Shape.GradientFill

java.lang.Objectcom.anotherbigidea.flash.movie.Shape.Element
com.anotherbigidea.flash.movie.Shape.Style
com.anotherbigidea.flash.movie.Shape.FillStyle
com.anotherbigidea.flash.movie.Shape.GradientFill
- Enclosing class:
- Shape
- public static class Shape.GradientFill
- extends Shape.FillStyle
| Field Summary | |
protected com.anotherbigidea.flash.structs.Color[] |
colors
|
protected Transform |
matrix
|
protected boolean |
radial
|
protected int[] |
ratios
|
| Constructor Summary | |
Shape.GradientFill(com.anotherbigidea.flash.structs.Color[] colors,
int[] ratios,
Transform matrix,
boolean isRadial)
|
|
| Method Summary | |
com.anotherbigidea.flash.structs.Color[] |
getColors()
|
int[] |
getRatios()
|
Transform |
getTransform()
|
boolean |
isRadial()
|
void |
setColors(com.anotherbigidea.flash.structs.Color[] colors)
|
void |
setRadial(boolean isRadial)
|
void |
setRatios(int[] ratios)
|
void |
setTransform(Transform matrix)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
colors
protected com.anotherbigidea.flash.structs.Color[] colors
ratios
protected int[] ratios
matrix
protected Transform matrix
radial
protected boolean radial
| Constructor Detail |
Shape.GradientFill
public Shape.GradientFill(com.anotherbigidea.flash.structs.Color[] colors, int[] ratios, Transform matrix, boolean isRadial)
| Method Detail |
getColors
public com.anotherbigidea.flash.structs.Color[] getColors()
getTransform
public Transform getTransform()
getRatios
public int[] getRatios()
isRadial
public boolean isRadial()
setColors
public void setColors(com.anotherbigidea.flash.structs.Color[] colors)
setRatios
public void setRatios(int[] ratios)
setTransform
public void setTransform(Transform matrix)
setRadial
public void setRadial(boolean isRadial)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC