All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.atomtool.captcha.background.BackgroundFactory Maven / Gradle / Ivy

The newest version!
package cn.atomtool.captcha.background;

import java.awt.image.BufferedImage;

public interface BackgroundFactory {

    void fillBackground(BufferedImage image);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy