org.deken.game.animation.imageFx
Interface ImageEffect

All Known Implementing Classes:
ColorizeImage, FlipImage, InvertImage, NoImageEffect, RotateImage, ScaleImage, TranslucentImage

public interface ImageEffect

Title: Image Special Effects.

Description: Interface for applying special effects to the animation.

Copyright: Copyright (c) Sep 3, 2011

Version:
1.0
Author:
Gary Deken

Method Summary
 void draw(java.awt.Graphics2D graphics, java.awt.Image image, int x, int y)
           
 void initialize(Animation animation)
           
 

Method Detail

draw

void draw(java.awt.Graphics2D graphics,
          java.awt.Image image,
          int x,
          int y)
Parameters:
graphics -
image -
x -
y -

initialize

void initialize(Animation animation)