org.concord.flash.player.fill
Class FColorFillMethod

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

public class FColorFillMethod
extends FFillMethod


Constructor Summary
FColorFillMethod(com.anotherbigidea.flash.movie.Shape.ColorFill fillStyle)
           
 
Method Summary
 void fillLine(int offset, int x, int y, int width, int[] imageData)
           
 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

FColorFillMethod

public FColorFillMethod(com.anotherbigidea.flash.movie.Shape.ColorFill fillStyle)
Method Detail

setTransform

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

fillLine

public void fillLine(int offset,
                     int x,
                     int y,
                     int width,
                     int[] imageData)
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