Package com.jhlabs.image
Interface MutatableFilter
-
- All Known Implementing Classes:
CellularFilter
,CrystallizeFilter
,PointillizeFilter
public interface MutatableFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mutate(float mutationLevel, java.awt.image.BufferedImageOp dst, boolean keepShape, boolean keepColors)
-