com.meltingice.caman
Interface CamanPreset

All Known Implementing Classes:
Jarques

public interface CamanPreset

Version:
1.0
Author:
Ryan LeFevre

Method Summary
 void apply(CamanJ caman)
          Executes the preset so that it can apply whatever filters it needs to the current instance of CamanJ.
 

Method Detail

apply

void apply(CamanJ caman)
Executes the preset so that it can apply whatever filters it needs to the current instance of CamanJ.

Parameters:
caman - The current instance of CamanJ.