com.meltingice.caman.presets
Class Jarques

java.lang.Object
  extended by com.meltingice.caman.presets.Jarques
All Implemented Interfaces:
CamanPreset

public class Jarques
extends java.lang.Object
implements CamanPreset

Version:
1.0
Author:
Ryan LeFevre

Constructor Summary
Jarques()
           
 
Method Summary
 void apply(CamanJ caman)
          Executes the preset so that it can apply whatever filters it needs to the current instance of CamanJ.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jarques

public Jarques()
Method Detail

apply

public void apply(CamanJ caman)
Description copied from interface: CamanPreset
Executes the preset so that it can apply whatever filters it needs to the current instance of CamanJ.

Specified by:
apply in interface CamanPreset
Parameters:
caman - The current instance of CamanJ.