org.deken.game.animation.imageFx
Class ColorizeImage

java.lang.Object
  extended by org.deken.game.animation.imageFx.ColorizeImage
All Implemented Interfaces:
ImageEffect

public class ColorizeImage
extends java.lang.Object
implements ImageEffect

Title: TODO

Description: TODO

Copyright: Copyright (c) Sep 17, 2011

Version:
1.0
Author:
Gary Deken

Constructor Summary
ColorizeImage()
           
ColorizeImage(double rate, ImageOpFX.ColorChanel cc)
           
 
Method Summary
 void draw(java.awt.Graphics2D graphics, java.awt.Image image, int x, int y)
           
 void initialize(Animation animation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorizeImage

public ColorizeImage()

ColorizeImage

public ColorizeImage(double rate,
                     ImageOpFX.ColorChanel cc)
Method Detail

draw

public void draw(java.awt.Graphics2D graphics,
                 java.awt.Image image,
                 int x,
                 int y)
Specified by:
draw in interface ImageEffect
Parameters:
graphics -
image -
x -
y -

initialize

public void initialize(Animation animation)
Specified by:
initialize in interface ImageEffect