Package nl.captcha.backgrounds
Interface BackgroundProducer
- All Known Implementing Classes:
FlatColorBackgroundProducer,GradiatedBackgroundProducer,SquigglesBackgroundProducer,TransparentBackgroundProducer
public interface BackgroundProducer
-
Method Summary
Modifier and TypeMethodDescriptionaddBackground(BufferedImage image) Add the background to the given image.getBackground(int width, int height)
-
Method Details
-
addBackground
Add the background to the given image.- Parameters:
image-- Returns:
-
getBackground
-