Package nl.captcha.backgrounds
Class TransparentBackgroundProducer
java.lang.Object
nl.captcha.backgrounds.TransparentBackgroundProducer
- All Implemented Interfaces:
BackgroundProducer
Generates a transparent background.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackground(BufferedImage image) Add the background to the given image.getBackground(int width, int height)
-
Constructor Details
-
TransparentBackgroundProducer
public TransparentBackgroundProducer()
-
-
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
-