com.jhlabs.image
Interface MutatableFilter

All Known Implementing Classes:
CellularFilter, CrystallizeFilter, PointillizeFilter

public interface MutatableFilter


Method Summary
 void mutate(float mutationLevel, java.awt.image.BufferedImageOp dst, boolean keepShape, boolean keepColors)
           
 

Method Detail

mutate

void mutate(float mutationLevel,
            java.awt.image.BufferedImageOp dst,
            boolean keepShape,
            boolean keepColors)