|
|||||||||
| 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.ImageFill

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.ImageFill
- Enclosing class:
- Shape
- public static class Shape.ImageFill
- extends Shape.FillStyle
| Field Summary | |
protected boolean |
clipped
|
protected Symbol |
image
|
protected Transform |
matrix
|
| Constructor Summary | |
Shape.ImageFill(Symbol image,
Transform matrix,
boolean isClipped)
|
|
| Method Summary | |
Symbol |
getImage()
|
Transform |
getTransform()
|
boolean |
isClipped()
|
void |
setClipped(boolean isClipped)
|
void |
setImage(Symbol image)
|
void |
setTransform(Transform matrix)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
image
protected Symbol image
matrix
protected Transform matrix
clipped
protected boolean clipped
| Constructor Detail |
Shape.ImageFill
public Shape.ImageFill(Symbol image, Transform matrix, boolean isClipped)
| Method Detail |
getImage
public Symbol getImage()
getTransform
public Transform getTransform()
isClipped
public boolean isClipped()
setImage
public void setImage(Symbol image)
setTransform
public void setTransform(Transform matrix)
setClipped
public void setClipped(boolean isClipped)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC