|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.Shape.Element
pt.tumba.parser.swf.Shape.Style
pt.tumba.parser.swf.Shape.FillStyle
pt.tumba.parser.swf.Shape.ImageFill
public static class Shape.ImageFill
Description of the Class
| Field Summary | |
|---|---|
protected boolean |
clipped
Description of the Field |
protected Symbol |
image
Description of the Field |
protected Transform |
matrix
Description of the Field |
| Constructor Summary | |
|---|---|
Shape.ImageFill(Symbol image,
Transform matrix,
boolean isClipped)
Constructor for the ImageFill object |
|
| Method Summary | |
|---|---|
Symbol |
getImage()
Gets the image attribute of the ImageFill object |
Transform |
getTransform()
Gets the transform attribute of the ImageFill object |
boolean |
isClipped()
Gets the clipped attribute of the ImageFill object |
void |
setClipped(boolean isClipped)
Sets the clipped attribute of the ImageFill object |
void |
setImage(Symbol image)
Sets the image attribute of the ImageFill object |
void |
setTransform(Transform matrix)
Sets the transform attribute of the ImageFill object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Symbol image
protected Transform matrix
protected boolean clipped
| Constructor Detail |
|---|
public Shape.ImageFill(Symbol image,
Transform matrix,
boolean isClipped)
image - Description of the Parametermatrix - Description of the ParameterisClipped - Description of the Parameter| Method Detail |
|---|
public Symbol getImage()
public Transform getTransform()
public boolean isClipped()
public void setImage(Symbol image)
image - The new image valuepublic void setTransform(Transform matrix)
matrix - The new transform valuepublic void setClipped(boolean isClipped)
isClipped - The new clipped value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||