pt.tumba.parser.swf
Class Shape.ImageFill

java.lang.Object
  extended by pt.tumba.parser.swf.Shape.Element
      extended by pt.tumba.parser.swf.Shape.Style
          extended by pt.tumba.parser.swf.Shape.FillStyle
              extended by pt.tumba.parser.swf.Shape.ImageFill
Enclosing class:
Shape

public static class Shape.ImageFill
extends Shape.FillStyle

Description of the Class

Author:
unknown

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

image

protected Symbol image
Description of the Field


matrix

protected Transform matrix
Description of the Field


clipped

protected boolean clipped
Description of the Field

Constructor Detail

Shape.ImageFill

public Shape.ImageFill(Symbol image,
                       Transform matrix,
                       boolean isClipped)
Constructor for the ImageFill object

Parameters:
image - Description of the Parameter
matrix - Description of the Parameter
isClipped - Description of the Parameter
Method Detail

getImage

public Symbol getImage()
Gets the image attribute of the ImageFill object

Returns:
The image value

getTransform

public Transform getTransform()
Gets the transform attribute of the ImageFill object

Returns:
The transform value

isClipped

public boolean isClipped()
Gets the clipped attribute of the ImageFill object

Returns:
The clipped value

setImage

public void setImage(Symbol image)
Sets the image attribute of the ImageFill object

Parameters:
image - The new image value

setTransform

public void setTransform(Transform matrix)
Sets the transform attribute of the ImageFill object

Parameters:
matrix - The new transform value

setClipped

public void setClipped(boolean isClipped)
Sets the clipped attribute of the ImageFill object

Parameters:
isClipped - The new clipped value