org.concord.flash.player.fill
Class FGradientFillMethod

java.lang.Object
  |
  +--org.concord.flash.player.fill.FFillMethod
        |
        +--org.concord.flash.player.fill.FGradientFillMethod

public class FGradientFillMethod
extends FFillMethod


Constructor Summary
FGradientFillMethod(com.anotherbigidea.flash.movie.Shape.GradientFill fillStyle)
           
 
Method Summary
 void fillLine(int offset, int xInt, int yInt, int width, int[] outData)
           
 void setTransform(java.awt.geom.AffineTransform t)
           
 java.lang.String toString()
           
 
Methods inherited from class org.concord.flash.player.fill.FFillMethod
getFillMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FGradientFillMethod

public FGradientFillMethod(com.anotherbigidea.flash.movie.Shape.GradientFill fillStyle)
Method Detail

setTransform

public void setTransform(java.awt.geom.AffineTransform t)
Overrides:
setTransform in class FFillMethod

fillLine

public void fillLine(int offset,
                     int xInt,
                     int yInt,
                     int width,
                     int[] outData)
Overrides:
fillLine in class FFillMethod
Following copied from class: org.concord.flash.player.fill.FFillMethod
Parameters:
x - start filling at x
y - start filling at y
width - Fill a line this long
imageData - the imageData

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object