|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.meltingice.caman.CamanRenderer
public class CamanRenderer
Multithreaded image renderer. Applies all of the chosen filters to the image.
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 |
---|
public CamanRenderer(Image image, java.util.LinkedList<CamanFilter> filters)
Method Detail |
---|
public static void setConcurrency(int level)
public void render()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |