Package nl.captcha.backgrounds
Class SquigglesBackgroundProducer
java.lang.Object
nl.captcha.backgrounds.SquigglesBackgroundProducer
- All Implemented Interfaces:
BackgroundProducer
Adds a black and white squiggly background to the image.
- Author:
- James Childers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackground(BufferedImage image) Add the background to the given image.getBackground(int width, int height)
-
Constructor Details
-
SquigglesBackgroundProducer
public SquigglesBackgroundProducer()
-
-
Method Details
-
addBackground
Description copied from interface:BackgroundProducerAdd the background to the given image.- Specified by:
addBackgroundin interfaceBackgroundProducer- Parameters:
image-- Returns:
-
getBackground
- Specified by:
getBackgroundin interfaceBackgroundProducer
-