org.concord.flash.player.fill
Class FFillMethod

java.lang.Object
  |
  +--org.concord.flash.player.fill.FFillMethod
Direct Known Subclasses:
FColorFillMethod, FGradientFillMethod, FImageFillMethod

public abstract class FFillMethod
extends java.lang.Object

Interface for handling various fill methods


Constructor Summary
FFillMethod()
           
 
Method Summary
abstract  void fillLine(int offset, int x, int y, int width, int[] imageData)
           
static FFillMethod getFillMethod(com.anotherbigidea.flash.movie.Shape.FillStyle fillStyle)
           
abstract  void setTransform(java.awt.geom.AffineTransform t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFillMethod

public FFillMethod()
Method Detail

fillLine

public abstract void fillLine(int offset,
                              int x,
                              int y,
                              int width,
                              int[] imageData)
Parameters:
x - start filling at x
y - start filling at y
width - Fill a line this long
imageData - the imageData

setTransform

public abstract void setTransform(java.awt.geom.AffineTransform t)

getFillMethod

public static FFillMethod getFillMethod(com.anotherbigidea.flash.movie.Shape.FillStyle fillStyle)