Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Shape.ImageFill  view Shape.ImageFill download Shape.ImageFill.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Style
          extended bycom.anotherbigidea.flash.movie.Shape.FillStyle
              extended bycom.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)