com.meltingice.caman
Class CamanRenderer

java.lang.Object
  extended by com.meltingice.caman.CamanRenderer

public class CamanRenderer
extends java.lang.Object

Multithreaded image renderer. Applies all of the chosen filters to the image.

Version:
1.0
Author:
Ryan LeFevre

Constructor Summary
CamanRenderer(Image image, java.util.LinkedList<CamanFilter> filters)
           
 
Method Summary
 void render()
          Goes through all of the filters (in order) and applies them to the image.
static void setConcurrency(int level)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamanRenderer

public CamanRenderer(Image image,
                     java.util.LinkedList<CamanFilter> filters)
Method Detail

setConcurrency

public static void setConcurrency(int level)

render

public void render()
Goes through all of the filters (in order) and applies them to the image.